diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-03-15 10:04:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-03-15 10:04:22 -0300 |
commit | 70b0ee63106e0f66890e76cc7304ded4e9417f90 (patch) | |
tree | 40c1c1b57e0c8c538e78a535d0ab83e1075cfafc /lua.h | |
parent | 8830901a9cbb2bf12120d9a205966496095cc3f2 (diff) | |
download | lua-70b0ee63106e0f66890e76cc7304ded4e9417f90.tar.gz lua-70b0ee63106e0f66890e76cc7304ded4e9417f90.tar.bz2 lua-70b0ee63106e0f66890e76cc7304ded4e9417f90.zip |
export 'lua_ident' to avoid it being removed by C++ linker
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.283 2012/04/20 13:18:26 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.284 2013/02/19 18:39:04 roberto Exp roberto $ |
3 | ** Lua - A Scripting Language | 3 | ** Lua - A Scripting Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -119,6 +119,11 @@ typedef LUA_UNSIGNED lua_Unsigned; | |||
119 | #endif | 119 | #endif |
120 | 120 | ||
121 | 121 | ||
122 | /* | ||
123 | ** RCS ident string | ||
124 | */ | ||
125 | extern const char lua_ident[]; | ||
126 | |||
122 | 127 | ||
123 | /* | 128 | /* |
124 | ** state manipulation | 129 | ** state manipulation |