diff options
-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 |