diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-20 07:59:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-20 07:59:58 +0000 |
commit | 1c4d9737a17683a411b60f40cada6490e39d2b2c (patch) | |
tree | cb1682fccccf5d174a925337e76a267ac9a02489 /Build/source/texk/web2c/luatexdir/lua/luajitstuff.w | |
parent | 49256ac120db7b7f06e54a931701fe8b3d2b4bdb (diff) |
texk/web2c/luatexdir: Sync with luatex beta-0.80.0
git-svn-id: svn://tug.org/texlive/trunk@36570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luajitstuff.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luajitstuff.w | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w b/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w index 3e78fd2d940..2c08eddde80 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w +++ b/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w @@ -18,9 +18,7 @@ % with LuaTeX; if not, see <http://www.gnu.org/licenses/>. @ @c -static const char _svn_version[] = - "$Id: luastuff.w 4730 2014-01-03 14:44:14Z taco $" - "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/luastuff.w $"; + #include "ptexlib.h" #include "lua/luatex-api.h" @@ -311,6 +309,7 @@ void luainterpreter(void) /* our own libraries */ luaopen_ff(L); luaopen_tex(L); + luaopen_newtoken(L); luaopen_token(L); luaopen_node(L); luaopen_texio(L); @@ -661,7 +660,7 @@ LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { } @ @c -/* It's not ok. See lua-users.org/wiki/CompatibilityWithLuafive for another solution */ +/* It's not ok. See lua-users.org/wiki/CompatibilityWithLuaFive for another solution */ LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { /*luaL_checkversion(L);*/ luaL_checkstack(L, nup, "too many upvalues"); |