Fixed surplus newlines on output with Lua 5.1.
This commit is contained in:
parent
ba36857c50
commit
4c21bd6b9a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue