diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-03-14 21:23:32 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-03-14 21:23:32 +0000 |
commit | 0af7dc6b7a6b59b735efb25e93dd4e62be2126d5 (patch) | |
tree | c08c1b55d7ae0793a37a9e621a1adebb740f12c8 /Build/source/texk/web2c/xetexdir/xetex.ch | |
parent | 97f7834d79c2ef1a3a7a3d0ed038881a2fb1f459 (diff) |
Sync XeTeX
git-svn-id: svn://tug.org/texlive/trunk@33175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.ch')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.ch b/Build/source/texk/web2c/xetexdir/xetex.ch index 304a3831307..1c389489fc9 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.ch +++ b/Build/source/texk/web2c/xetexdir/xetex.ch @@ -277,7 +277,7 @@ if #<>0 then begin if #<>0 then begin j:=str_start_macro(#); while ((not must_quote) or (quote_char=0)) and (j<str_start_macro(#+1)) do begin - if (str_pool[j]=" ") then must_quote:=true + if str_pool[j]=" " then must_quote:=true else if (str_pool[j]="""") or (str_pool[j]="'") then begin must_quote:=true; quote_char:="""" + "'" - str_pool[j]; @@ -773,7 +773,7 @@ var i,@!j,@!k:integer; {all-purpose integers} @x [53a.1379] l.??? -etex command line switch incr(loc); eTeX_mode:=1; {enter extended mode} @y - if (buffer[loc]="*") then incr(loc); + if buffer[loc]="*" then incr(loc); eTeX_mode:=1; {enter extended mode} @z |