• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ソースコードの管理場所


Commit MetaInfo

修订版d12e69b12019d49d0242898fc531fb12d329da75 (tree)
时间2016-03-02 13:07:08
作者Kazuki Maeda <kmaeda@kmae...>
CommiterKazuki Maeda

Log Message

ltj-inputbuf.lua: add a close paren.

更改概述

差异

--- a/src/ltj-inputbuf.lua
+++ b/src/ltj-inputbuf.lua
@@ -19,7 +19,7 @@ local ltjc_is_japanese_char_curlist = ltjc.is_japanese_char_curlist
1919 --- Instead of "%", we use U+FFFFF for suppressing spaces.
2020 --DEBUG require"socket"
2121 local time_line = 0
22-local start_time_measure, stop_time_measure
22+local start_time_measure, stop_time_measure
2323 = ltjb.start_time_measure, ltjb.stop_time_measure
2424 local function add_comment(buffer)
2525 start_time_measure('inputbuf')
@@ -33,7 +33,7 @@ local function add_comment(buffer)
3333 if c>=0x80 then
3434 local ct = getcatcode(c)
3535 local te = tex.endlinechar
36- local ctl = (te ~= -1) and (getcatcode(te)==5) and (getcatcode(getcount('ltjlineendcomment')==14)
36+ local ctl = (te ~= -1) and (getcatcode(te)==5) and (getcatcode(getcount('ltjlineendcomment'))==14)
3737 -- Is the catcode of endline character is 5 (end-of-line)?
3838 -- Is the catcode of \ltjlineendcomment (new comment char) is 14 (comment)?
3939 if ((ct==11) or (ct==12)) and ctl then