other modules may need FILEHANDLE definition
This commit is contained in:
6
lualib.h
6
lualib.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lualib.h,v 1.28 2003/03/18 12:24:26 roberto Exp roberto $
|
||||
** $Id: lualib.h,v 1.29 2004/03/24 15:46:49 roberto Exp roberto $
|
||||
** Lua standard libraries
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -16,6 +16,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
/* Key to file-handle type */
|
||||
#define LUA_FILEHANDLE "FILE*"
|
||||
|
||||
|
||||
#define LUA_COLIBNAME "coroutine"
|
||||
LUALIB_API int luaopen_base (lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user