Selaa lähdekoodia

Fix building on Fedora

tags/0.8.1
Andrew Lewis 9 vuotta sitten
vanhempi
commit
680fa569c2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/lua/lua_common.h

+ 1
- 1
src/lua/lua_common.h Näytä tiedosto

@@ -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…
Peruuta
Tallenna