mirror of
https://github.com/lua/lua.git
synced 2025-02-04 06:13:04 +08:00
URL in indentification
This commit is contained in:
parent
15462edb0f
commit
babaa96eab
6
lapi.c
6
lapi.c
@ -23,8 +23,10 @@
|
|||||||
#include "lvm.h"
|
#include "lvm.h"
|
||||||
|
|
||||||
|
|
||||||
const l_char lua_ident[] = l_s("$Lua: ") l_s(LUA_VERSION) l_s(" ")
|
const l_char lua_ident[] =
|
||||||
l_s(LUA_COPYRIGHT) l_s(" $\n") l_s("$Authors: ") l_s(LUA_AUTHORS) l_s(" $");
|
l_s("$Lua: ") l_s(LUA_VERSION) l_s(" ") l_s(LUA_COPYRIGHT) l_s(" $\n")
|
||||||
|
l_s("$Authors: ") l_s(LUA_AUTHORS) l_s(" $\n")
|
||||||
|
l_s("$URL: www.lua.org $\n");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user