diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-10-17 17:00:07 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-10-17 17:00:07 -0300 |
commit | 80a267b1307107745f166c4043d8ea28c881d2f3 (patch) | |
tree | 52bd0038032ba2334b8c772265f785ccd379483c /lapi.c | |
parent | 3182ac69a7a77232120b8a3c51e1b993e5f9d329 (diff) | |
download | lua-80a267b1307107745f166c4043d8ea28c881d2f3.tar.gz lua-80a267b1307107745f166c4043d8ea28c881d2f3.tar.bz2 lua-80a267b1307107745f166c4043d8ea28c881d2f3.zip |
avoid $URL for ident; it is reserved in subversion
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 2.56 2006/07/11 15:53:29 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 2.57 2006/09/11 14:07:24 roberto Exp roberto $ |
3 | ** Lua API | 3 | ** Lua API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -32,9 +32,8 @@ | |||
32 | 32 | ||
33 | 33 | ||
34 | const char lua_ident[] = | 34 | const char lua_ident[] = |
35 | "$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n" | 35 | "$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $" |
36 | "$Authors: " LUA_AUTHORS " $\n" | 36 | "$Authors: " LUA_AUTHORS " $"; |
37 | "$URL: www.lua.org $\n"; | ||
38 | 37 | ||
39 | 38 | ||
40 | 39 | ||