better treatment of MARKs and DEBUG cases.
This commit is contained in:
4
lua.c
4
lua.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lua.c,v 1.6 1997/12/01 20:31:25 roberto Exp roberto $
|
||||
** $Id: lua.c,v 1.7 1997/12/03 19:57:54 roberto Exp roberto $
|
||||
** Lua stand-alone interpreter
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -100,7 +100,7 @@ int main (int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
#if DEBUG
|
||||
#ifdef DEBUG
|
||||
lua_close();
|
||||
#endif
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user