diff options
author | Lua Team <team@lua.org> | 2013-03-21 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2013-03-21 12:00:00 +0000 |
commit | dc27609467d2699ac9252e89d632432ac5f798f2 (patch) | |
tree | b934d79a77a76df417078dc6ac162bb0012708bb /src/lua.h | |
parent | a101faf3e9db5b8b47cb0bcfb973b13d46ca304a (diff) | |
download | lua-github-5.2.2-rc4.tar.gz |
Diffstat (limited to 'src/lua.h')
-rw-r--r-- | src/lua.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.284 2013/02/19 18:39:04 roberto Exp $ +** $Id: lua.h,v 1.285 2013/03/15 13:04:22 roberto Exp $ ** Lua - A Scripting Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file @@ -119,6 +119,11 @@ typedef LUA_UNSIGNED lua_Unsigned; #endif +/* +** RCS ident string +*/ +extern const char lua_ident[]; + /* ** state manipulation |