diff options
Diffstat (limited to 'com32/lua/src/lauxlib.c')
| -rw-r--r-- | com32/lua/src/lauxlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/lua/src/lauxlib.c b/com32/lua/src/lauxlib.c index de528bc0..58d196c8 100644 --- a/com32/lua/src/lauxlib.c +++ b/com32/lua/src/lauxlib.c @@ -552,7 +552,9 @@ static int errfile (lua_State *L, const char *what, int fnameindex) { LUALIB_API int luaL_loadfile (lua_State *L, const char *filename) { LoadF lf; int status, readstatus; +#if 0 int c; +#endif int fnameindex = lua_gettop(L) + 1; /* index of filename on the stack */ lf.extraline = 0; if (filename == NULL) { |
