summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/ovp2ovf.up
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-23 14:06:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-23 14:06:20 +0000
commit42b527eb790072db4ede5983f82d53c438799e08 (patch)
tree117026450630949666f28a13cf8c9be7fdda9ef5 /Build/source/texk/web2c/omegaware/ovp2ovf.up
parent29d1eb7e1bb07619e5919ea0b8c8b084d49113eb (diff)
ovf2ovp, ovp2ovf (Web2C): versions for upTeX
git-svn-id: svn://tug.org/texlive/trunk@24922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ovp2ovf.up')
-rw-r--r--Build/source/texk/web2c/omegaware/ovp2ovf.up46
1 files changed, 46 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.up b/Build/source/texk/web2c/omegaware/ovp2ovf.up
new file mode 100644
index 00000000000..9c57961ed34
--- /dev/null
+++ b/Build/source/texk/web2c/omegaware/ovp2ovf.up
@@ -0,0 +1,46 @@
+@x [3] Increase constants.
+@d char_max=@"FFFF
+@y
+@d char_max=@"10FFFF
+@z
+@x [3] Increase constants.
+@d width_max=@"FFFF
+@y
+@d width_max=@"10FFFF
+@z
+@x [3] Increase constants.
+@!vf_size=200000; {maximum length of |vf| data, in bytes}
+@y
+@!vf_size=800000; {maximum length of |vf| data, in bytes}
+@z
+
+@x [60]
+@d max_byte=@"FFFF
+
+@p function get_byte:byte; {scans a one-byte property value}
+@y
+@d max_byte=@"FFFFFF
+
+@p function get_byte:integer; {scans a one-byte property value}
+@z
+@x [62]
+ skip_error('This value shouldn''t exceed 65535');
+@y
+ skip_error('This value shouldn''t exceed 16777215');
+@z
+@x [63]
+ skip_error('This value shouldn''t exceed ''177777');
+@y
+ skip_error('This value shouldn''t exceed ''77777777');
+@z
+@x [64]
+ skip_error('This value shouldn''t exceed "FFFF');
+@y
+ skip_error('This value shouldn''t exceed "FFFFFF');
+@z
+
+@x [152]
+procedure read_packet(@!c:byte);
+@y
+procedure read_packet(@!c:integer);
+@z