summaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2013-03-21 12:00:00 +0000
committerrepogen <>2013-03-21 12:00:00 +0000
commitdc27609467d2699ac9252e89d632432ac5f798f2 (patch)
treeb934d79a77a76df417078dc6ac162bb0012708bb /src/lua.h
parenta101faf3e9db5b8b47cb0bcfb973b13d46ca304a (diff)
downloadlua-github-5.2.2-rc4.tar.gz
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lua.h b/src/lua.h
index 8765f53b..eb0482b8 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -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