summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/xetex.web
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-08-19 11:17:19 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-08-19 11:17:19 +0000
commitb18b76ec605c0d853c3084f771c0e32d2aecc0fe (patch)
tree38b4915349500076970ebb3ca0e3279702b38186 /Build/source/texk/web2c/xetexdir/xetex.web
parent12b9c6353ba918afe0584c9ce2e53fbfd230319f (diff)
[XeTeX] Fix math operator in Pascal comment.
git-svn-id: svn://tug.org/texlive/trunk@56132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.web')
-rw-r--r--Build/source/texk/web2c/xetexdir/xetex.web2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web
index 58abdf37eb5..5eec78ca7a2 100644
--- a/Build/source/texk/web2c/xetexdir/xetex.web
+++ b/Build/source/texk/web2c/xetexdir/xetex.web
@@ -8641,7 +8641,7 @@ else begin start_cs: k:=loc; cur_chr:=buffer[k]; cat:=cat_code(cur_chr);
|goto found|@>
else @<If an expanded code is present, reduce it and |goto start_cs|@>;
{At this point, we have a single-character cs name in the buffer.
- But if the character code is > |@"FFFF|, we treat it like a multiletter name
+ But if the character code is ${}>|@"FFFF|$, we treat it like a multiletter name
for string purposes, because we use UTF-16 in the string pool.}
if buffer[loc]>@"FFFF then begin
cur_cs:=id_lookup(loc,1); incr(loc); goto found;