mirror of https://github.com/rusefi/lua.git
export 'lua_ident' to avoid it being removed by C++ linker
This commit is contained in:
parent
8830901a9c
commit
70b0ee6310
7
lua.h
7
lua.h
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lua.h,v 1.283 2012/04/20 13:18:26 roberto Exp roberto $
|
** $Id: lua.h,v 1.284 2013/02/19 18:39:04 roberto Exp roberto $
|
||||||
** Lua - A Scripting Language
|
** Lua - A Scripting Language
|
||||||
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
|
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
|
||||||
** See Copyright Notice at the end of this file
|
** See Copyright Notice at the end of this file
|
||||||
|
@ -119,6 +119,11 @@ typedef LUA_UNSIGNED lua_Unsigned;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
** RCS ident string
|
||||||
|
*/
|
||||||
|
extern const char lua_ident[];
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** state manipulation
|
** state manipulation
|
||||||
|
|
Loading…
Reference in New Issue