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
4c21bd6b
Commit
4c21bd6b
authored
Aug 30, 2021
by
Johny Mattsson
Browse files
Fixed surplus newlines on output with Lua 5.1.
parent
ba36857c
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/lua/lua-5.1/lbaselib.c
View file @
4c21bd6b
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
** model but changing `fputs' to put the strings at a proper place
** model but changing `fputs' to put the strings at a proper place
** (a console window or a log file, for instance).
** (a console window or a log file, for instance).
*/
*/
#ifdef
LUA_CROSS_COMPILER
#if
!
def
ined(LUA_USE_ESP8266)
#undef puts
#undef puts
#define puts(s) printf("%s",s)
#define puts(s) printf("%s",s)
#endif
#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