• R/O
  • HTTP
  • SSH
  • HTTPS

luatexja: コミット

ソースコードの管理場所


コミットメタ情報

リビジョンd87797b439bb77f42c514f0a12b7d26a0e5e405b (tree)
日時2011-10-02 22:15:38
作者Kazuki Maeda <kmaeda@user...>
コミッターKazuki Maeda

ログメッセージ

Remove debug output in stack.lua.

変更サマリ

差分

--- a/src/luatexja/stack.lua
+++ b/src/luatexja/stack.lua
@@ -34,7 +34,6 @@ function get_stack_level()
3434 charprop_stack_table[i] = table.fastcopy(charprop_stack_table[i-1])
3535 tex.setcount('ltj@@stack', i)
3636 if gd>0 then tex.globaldefs = gd end
37- print('mode: ', tex.nest[tex.nest.ptr].mode)
3837 if tex.nest[tex.nest.ptr].mode == hmode or
3938 tex.nest[tex.nest.ptr].mode == -hmode then
4039 local g = node_new(id_whatsit, sid_user)
旧リポジトリブラウザで表示