mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Commit: 0fa4486077
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-05 (Mon, 05 Sep 2016)
Origin message was:
------------------
- lua: add stand-alone stringinput; set lua api version to 1.56
8 lines
229 B
C
8 lines
229 B
C
/*
|
|
* this is only used in two code files, so put it into its own
|
|
* header to reduce complete neutrino rebuilding all the time due
|
|
* to luainstance.h changes
|
|
*/
|
|
#define LUA_API_VERSION_MAJOR 1
|
|
#define LUA_API_VERSION_MINOR 56
|