From a241b6cb3c7d14da5b5cf5c2305f8f840af38f19 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 8 Dec 2011 10:11:37 -0200 Subject: removed redundant definition for FILEHANDLE --- lualib.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index d373d519..15adcdb4 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.41 2010/10/25 14:32:36 roberto Exp roberto $ +** $Id: lualib.h,v 1.42 2011/05/25 14:12:28 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -11,9 +11,6 @@ #include "lua.h" -/* Key to file-handle type */ -#define LUA_FILEHANDLE "FILE*" - LUAMOD_API int (luaopen_base) (lua_State *L); -- cgit v1.2.3-55-g6feb