Browse Source

Merge pull request #126 from fatalbanana/master

Fix building on Fedora
pull/127/head
Vsevolod Stakhov 11 years ago
parent
commit
74514d50df
  1. 2
      src/lua/lua_common.h

2
src/lua/lua_common.h

@ -25,7 +25,7 @@
lua_pushnumber (L, val); \
lua_settable (L, -3);
#if LUA_VERSION_NUM > 501
#if LUA_VERSION_NUM > 501 && !defined LUA_COMPAT_MODULE
static inline void
luaL_register (lua_State *L, const gchar *name, const struct luaL_reg *methods)
{

Loading…
Cancel
Save