summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-12-08 10:11:37 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-12-08 10:11:37 -0200
commita241b6cb3c7d14da5b5cf5c2305f8f840af38f19 (patch)
tree00307ec19df1c28c45fd0e17fa954d50fe865c61
parentf0d143f30f493b3e8557ca234f50b15f2d3301a9 (diff)
downloadlua-github-a241b6cb3c7d14da5b5cf5c2305f8f840af38f19.tar.gz
removed redundant definition for FILEHANDLE
-rw-r--r--lualib.h5
1 files changed, 1 insertions, 4 deletions
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);