Remove -U_GNU_SOURCE again (was added in r25850). It turns out SDL doesn't work prope...
[kugel-rb.git] / apps / plugins / lua / lapi.h
blobf968ffc992bb1078dae028204a8b7e54aa9b6f0e
1 /*
2 ** $Id$
3 ** Auxiliary functions from Lua API
4 ** See Copyright Notice in lua.h
5 */
7 #ifndef lapi_h
8 #define lapi_h
11 #include "lobject.h"
14 LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
16 #endif