diff options
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir/upmp.ch')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/upmp.ch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/upmp.ch b/Build/source/texk/web2c/pmpostdir/upmp.ch deleted file mode 100644 index a7e99a0cc4b..00000000000 --- a/Build/source/texk/web2c/pmpostdir/upmp.ch +++ /dev/null @@ -1,12 +0,0 @@ -% -% routine to process JFM file format -@x -@d read_two(A) { (A)=tfbyte; - if ( (A)>127 ) goto BAD_TFM; - tfget; (A)=(A)*0400+tfbyte; -} -@y -@d read_two(A) { (A)=tfbyte; - tfget; (A)=(A)*0400+tfbyte; -} -@z |