diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-06-10 13:57:36 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-06-10 13:57:36 +0000 |
commit | b3ccc12fd8f7dfa11514bd0583357877a64be917 (patch) | |
tree | b206e57f669f3a5cd069b2539b123823cddb046c /Build/source/texk/web2c/luatexdir/lua/luastuff.c | |
parent | a5e67a37194be74be4f645f7b94d97034c9edc56 (diff) |
source for luatex 0.40.5
git-svn-id: svn://tug.org/texlive/trunk@13698 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luastuff.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luastuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luastuff.c b/Build/source/texk/web2c/luatexdir/lua/luastuff.c index 7cc81a1799f..dbd5a30cc7b 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luastuff.c +++ b/Build/source/texk/web2c/luatexdir/lua/luastuff.c @@ -21,7 +21,7 @@ #include <ptexlib.h> static const char _svn_version[] = - "$Id: luastuff.c 2321 2009-04-18 09:17:13Z hhenkel $ $URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.40.3/source/texk/web2c/luatexdir/lua/luastuff.c $"; + "$Id: luastuff.c 2321 2009-04-18 09:17:13Z hhenkel $ $URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.40.5/source/texk/web2c/luatexdir/lua/luastuff.c $"; lua_State *Luas = NULL; |