diff options
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,8 +23,10 @@ | |||
23 | #include "lvm.h" | 23 | #include "lvm.h" |
24 | 24 | ||
25 | 25 | ||
26 | const l_char lua_ident[] = l_s("$Lua: ") l_s(LUA_VERSION) l_s(" ") | 26 | const l_char lua_ident[] = |
27 | l_s(LUA_COPYRIGHT) l_s(" $\n") l_s("$Authors: ") l_s(LUA_AUTHORS) l_s(" $"); | 27 | l_s("$Lua: ") l_s(LUA_VERSION) l_s(" ") l_s(LUA_COPYRIGHT) l_s(" $\n") |
28 | l_s("$Authors: ") l_s(LUA_AUTHORS) l_s(" $\n") | ||
29 | l_s("$URL: www.lua.org $\n"); | ||
28 | 30 | ||
29 | 31 | ||
30 | 32 | ||