fix a compilation error due to multiline comment

pull/85/head
Dibyendu Majumdar 8 years ago
parent 2bf6a88192
commit 8948607b74

@ -224,8 +224,10 @@ LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname,
/* print an error message */
#if !defined(lua_writestringerror)
//#define lua_writestringerror(s,p) \
// (fprintf(stderr, (s), (p)), fflush(stderr))
/*
#define lua_writestringerror(s,p) \
(fprintf(stderr, (s), (p)), fflush(stderr))
*/
#define lua_writestringerror(s,p) \
ravi_writestringerror(L, (s), (p))

Loading…
Cancel
Save