From 0733c83b8ce08234aa4b9b4889bae029dcfb8414 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 28 May 2004 15:35:05 -0300 Subject: other modules may need FILEHANDLE definition --- lualib.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index 5f072c6f..06428d77 100644 --- a/lualib.h +++ b/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); -- cgit v1.2.3-55-g6feb