mirror of https://github.com/rusefi/lua.git
LUA_USERCONFIG is no longer necessary
This commit is contained in:
parent
f1eb79fdf4
commit
8af1ca02e0
11
lua.c
11
lua.c
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lua.c,v 1.136 2005/03/21 18:12:07 roberto Exp roberto $
|
** $Id: lua.c,v 1.137 2005/03/22 16:55:35 roberto Exp roberto $
|
||||||
** Lua stand-alone interpreter
|
** Lua stand-alone interpreter
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -18,15 +18,6 @@
|
||||||
#include "lualib.h"
|
#include "lualib.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
** generic extra include file
|
|
||||||
*/
|
|
||||||
#ifdef LUA_USERCONFIG
|
|
||||||
#include LUA_USERCONFIG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static lua_State *globalL = NULL;
|
static lua_State *globalL = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue