From 86c0d06ca02033efe9be6c0736ec5ebd7fe77c2d Mon Sep 17 00:00:00 2001 From: William Ahern Date: Thu, 28 Feb 2013 00:03:17 -0800 Subject: -n our local LuaJIT headers bad; LUA_FILEHANDLE should always exist --- compat52.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compat52.h b/compat52.h index 22b1e44..eb2d903 100644 --- a/compat52.h +++ b/compat52.h @@ -133,10 +133,6 @@ static lua_Unsigned luaL_optunsigned(lua_State *L, int arg, lua_Unsigned def) { } /* luaL_optunsigned() */ -#ifndef LUA_FILEHANDLE -#define LUA_FILEHANDLE "FILE*" -#endif - /* * Lua 5.1 userdata is a simple FILE *, while LuaJIT is a struct with the * first member a FILE *, similar to Lua 5.2. -- cgit v1.2.3-59-g8ed1b