This commit is contained in:
Glenn Maynard
2006-09-26 01:36:31 +00:00
parent 78c8e11290
commit 923f0f7346
+1 -1
View File
@@ -128,7 +128,7 @@ namespace LuaHelpers
}
int TypeError( Lua *L, int narg, const char *tname );
int AbsIndex( Lua *L, int i ) { if( i > 0 || i <= LUA_REGISTRYINDEX ) return i; return lua_gettop( L ) + i + 1; }
inline int AbsIndex( Lua *L, int i ) { if( i > 0 || i <= LUA_REGISTRYINDEX ) return i; return lua_gettop( L ) + i + 1; }
}