diff options
author | pixel <pixel> | 2007-07-27 14:32:05 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-07-27 14:32:05 +0000 |
commit | 63bd3b7faf8ea2ddbbe475b0c16c40e4d703aeaa (patch) | |
tree | 036d6e398c10fbeade6b5a64a30a9fc45f7aa49b /lib/lua | |
parent | 6c1ab7da376ae7f78a075dda5c5be0dabce20931 (diff) |
Upgrading to Lua-5.1
Diffstat (limited to 'lib/lua')
-rw-r--r-- | lib/lua/src/ltests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lua/src/ltests.c b/lib/lua/src/ltests.c index a332684..287023c 100644 --- a/lib/lua/src/ltests.c +++ b/lib/lua/src/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.4 2004-11-27 21:46:07 pixel Exp $ +** $Id: ltests.c,v 1.5 2007-07-27 14:32:05 pixel Exp $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ |