other modules may need FILEHANDLE definition

This commit is contained in:
Roberto Ierusalimschy
2004-05-28 15:35:05 -03:00
parent e9844a4f1d
commit 0733c83b8c
2 changed files with 11 additions and 9 deletions

View File

@@ -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);