summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pmpostdir/upmp.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-09-17 09:30:27 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-09-17 09:30:27 +0000
commit46f2ce3859e36658833aedad0a5f7e7256ddcf7c (patch)
tree7f98ab6ea503a273beef399196a3f0281b37c48f /Build/source/texk/web2c/pmpostdir/upmp.ch
parent22eeef14f89eda307eeb626baa9445b93a803d05 (diff)
(u)pMetaPost: Bug fix for upTeX fonts and monor cleanup
git-svn-id: svn://tug.org/texlive/trunk@35188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir/upmp.ch')
-rw-r--r--Build/source/texk/web2c/pmpostdir/upmp.ch12
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