Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
7a25f522
Commit
7a25f522
authored
Sep 25, 2020
by
philip
Committed by
Marcel Stör
Nov 07, 2020
Browse files
CLean up the PR a bit
parent
b80cfe9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/libc/Makefile
View file @
7a25f522
...
...
@@ -22,7 +22,7 @@ endif
# makefile at its root level - these are then overridden
# for a subtree within the makefile rooted therein
#
#DEFINES +=
#DEFINES +=
#############################################################
# Recursion Magic - Don't touch this!!
...
...
app/libc/snp_config.h
deleted
100644 → 0
View file @
b80cfe9f
#ifndef SNP_CONFIG_H
#define SNP_CONFIG_H
#define TEST_SNPRINTF 0
#define HAVE_SNPRINTF 0
#define HAVE_VSNPRINTF 0
#define HAVE_ASPRINTF 0
#define HAVE_VASPRINTF 0
#define HAVE_STDARG_H 1
#define HAVE_STDLIB_H 1
#define HAVE_VA_COPY 0
#define HAVE___VA_COPY 0
#define HAVE_FLOAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LOCALE_H 0
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_UINTMAX_T 1
#define HAVE_LONG_DOUBLE 0
#define HAVE_LONG_LONG_INT 1
#define HAVE_INTMAX_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_PTRDIFF_T 1
#define HAVE_LOCALECONV 0
#define HAVE_LCONV_DECIMAL_POINT 0
#define HAVE_LCONV_THOUSANDS_SEP 0
#define LDOUBLE_MIN_10_EXP DBL_MIN_10_EXP
#define LDOUBLE_MAX_10_EXP DBL_MAX_10_EXP
#define rpl_snprintf snprintf
#define rpl_vsnprintf vsnprintf
#define rpl_vasprintf vasprintf
#define rpl_asprintf asprintf
#endif
/* SNP_CONFIG_H */
app/modules/node.c
View file @
7a25f522
...
...
@@ -934,7 +934,6 @@ LROT_BEGIN(node, NULL, 0)
LROT_FUNCENTRY
(
restore
,
node_restore
)
LROT_FUNCENTRY
(
random
,
node_random
)
LROT_FUNCENTRY
(
stripdebug
,
node_stripdebug
)
LROT_FUNCENTRY
(
peek
,
node_peek
)
#if LUA_VERSION_NUM == 501
LROT_TABENTRY
(
egc
,
node_egc
)
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment