Commit 4c21bd6b authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Fixed surplus newlines on output with Lua 5.1.

parent ba36857c
...@@ -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 !defined(LUA_USE_ESP8266)
#undef puts #undef puts
#define puts(s) printf("%s",s) #define puts(s) printf("%s",s)
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment