mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
avoid $URL for ident; it is reserved in subversion
This commit is contained in:
parent
3182ac69a7
commit
80a267b130
7
lapi.c
7
lapi.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lapi.c,v 2.56 2006/07/11 15:53:29 roberto Exp roberto $
|
** $Id: lapi.c,v 2.57 2006/09/11 14:07:24 roberto Exp roberto $
|
||||||
** Lua API
|
** Lua API
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -32,9 +32,8 @@
|
|||||||
|
|
||||||
|
|
||||||
const char lua_ident[] =
|
const char lua_ident[] =
|
||||||
"$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n"
|
"$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $"
|
||||||
"$Authors: " LUA_AUTHORS " $\n"
|
"$Authors: " LUA_AUTHORS " $";
|
||||||
"$URL: www.lua.org $\n";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user