mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
edit lua_api_version.h instead of autogenerating it
This will help those who do not use ccache :-)
This commit is contained in:
committed by
svenhoefer
parent
299852d388
commit
96d7401e08
@@ -30,11 +30,6 @@ extern "C" {
|
||||
|
||||
#include "luainstance_helpers.h"
|
||||
|
||||
#if 0
|
||||
#define LUA_API_VERSION_MAJOR 1
|
||||
#define LUA_API_VERSION_MINOR 37
|
||||
#endif
|
||||
|
||||
void LuaInstRegisterFunctions(lua_State *L, bool fromThreads=false);
|
||||
|
||||
/* inspired by Steve Kemp http://www.steve.org.uk/ */
|
||||
|
Reference in New Issue
Block a user