diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-14 10:05:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-14 10:05:45 +0000 |
commit | 7c7c78818f891f66c0674ee2920b5c33525dcf27 (patch) | |
tree | ead3bca4b34975e075b617beb900599e3f68c212 /Build/source/texk/web2c/ptexdir/ptex-base.ch | |
parent | 9a670a862fab9fbf706f235a9a8e49453c636a28 (diff) |
e-pTRIP test for e-pTeX
git-svn-id: svn://tug.org/texlive/trunk@21068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptex-base.ch')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptex-base.ch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch index f5c17e61be0..f5653d61da5 100644 --- a/Build/source/texk/web2c/ptexdir/ptex-base.ch +++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch @@ -2182,11 +2182,12 @@ string_code:if cur_cs<>0 then sprint_cs(cur_cs) @d if_case_code=16 { `\.{\\ifcase}' } @y @d if_case_code=16 { `\.{\\ifcase}' } -@d if_tdir_code=17 { `\.{\\iftdir}' } -@d if_ydir_code=18 { `\.{\\ifydir}' } -@d if_mdir_code=19 { `\.{\\ifmdir}' } -@d if_tbox_code=20 { `\.{\\iftbox}' } -@d if_ybox_code=21 { `\.{\\ifybox}' } +@# +@d if_tdir_code=if_case_code+1 { `\.{\\iftdir}' } +@d if_ydir_code=if_tdir_code+1 { `\.{\\ifydir}' } +@d if_mdir_code=if_ydir_code+1 { `\.{\\ifmdir}' } +@d if_tbox_code=if_mdir_code+1 { `\.{\\iftbox}' } +@d if_ybox_code=if_tbox_code+1 { `\.{\\ifybox}' } @z @x [28.487] l.9887 - pTeX: iftdir, ifydir, iftbox, ifybox |