fix warning

This commit is contained in:
Glenn Maynard
2004-02-14 21:55:05 +00:00
parent d17e1179c0
commit ff9ec3a6c7
+2 -1
View File
@@ -75,7 +75,8 @@ struct LuaFunctionList
CString name;
lua_CFunction func;
LuaFunctionList *next;
} extern *g_LuaFunctionList;
};
extern LuaFunctionList *g_LuaFunctionList;
#define LuaFunction( func ) static LuaFunctionList g_##func( #func, LuaFunc_##func )
#endif