summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-10 10:41:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-10 10:41:51 +0000
commit04e4d2d91175f90f86171648623f8c55d04e7529 (patch)
tree05552d6d79b423045e1fb2d604a1b693c4bc6143 /Build/source/texk/web2c/omegaware
parenteac34fa0af605e6d5d4f6260d120adac36411b2e (diff)
build system: Fix freetype2 dependencies
git-svn-id: svn://tug.org/texlive/trunk@32625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware')
-rw-r--r--Build/source/texk/web2c/omegaware/ChangeLog4
-rw-r--r--Build/source/texk/web2c/omegaware/opl2ofm.up8
-rw-r--r--Build/source/texk/web2c/omegaware/ovp2ovf.up14
3 files changed, 15 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/omegaware/ChangeLog b/Build/source/texk/web2c/omegaware/ChangeLog
index 6c627f84dd6..a49d65479c9 100644
--- a/Build/source/texk/web2c/omegaware/ChangeLog
+++ b/Build/source/texk/web2c/omegaware/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-10 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * opl2ofm.up, ovp2ovf.up: Update module numbers.
+
2014-01-09 Peter Breitenlohner <peb@mppmu.mpg.de>
Version 1.13 (January 2014) of OFM2OPL & Co.
diff --git a/Build/source/texk/web2c/omegaware/opl2ofm.up b/Build/source/texk/web2c/omegaware/opl2ofm.up
index cedd3badb91..f697ab42ba7 100644
--- a/Build/source/texk/web2c/omegaware/opl2ofm.up
+++ b/Build/source/texk/web2c/omegaware/opl2ofm.up
@@ -48,13 +48,13 @@ get_byte:=acc;
begin skip_error('This value shouldn''t exceed "10FFFF');
@z
-@x [??]
+@x [98]
else begin backup; c:=get_byte;
@y
else begin backup; c:=get_char_code;
@z
-@x [??]
+@x [106]
@ @<Read an extended label step@>=
begin c:=get_byte;
@y
@@ -62,13 +62,13 @@ begin c:=get_byte;
begin c:=get_char_code;
@z
-@x [??]
+@x [116]
c:=get_byte; {read the character code that is being specified}
@y
c:=get_char_code; {read the character code that is being specified}
@z
-@x [??]
+@x [119]
c:=get_byte; {read the character code that is being specified}
@y
c:=get_char_code; {read the character code that is being specified}
diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.up b/Build/source/texk/web2c/omegaware/ovp2ovf.up
index 58388680154..9e13ad91d99 100644
--- a/Build/source/texk/web2c/omegaware/ovp2ovf.up
+++ b/Build/source/texk/web2c/omegaware/ovp2ovf.up
@@ -53,20 +53,20 @@ get_byte:=acc;
begin skip_error('This value shouldn''t exceed "10FFFF');
@z
-@x [??]
+@x [80]
for k:=256 to max_char do packet_length[k]:=3;
@y
for k:=256 to @"FFFF do packet_length[k]:=3;
for k:=@"10000 to max_char do packet_length[k]:=4;
@z
-@x [??]
+@x [112]
else begin backup; c:=get_byte;
@y
else begin backup; c:=get_char_code;
@z
-@x [??]
+@x [120]
@ @<Read an extended label step@>=
begin c:=get_byte;
@y
@@ -74,25 +74,25 @@ begin c:=get_byte;
begin c:=get_char_code;
@z
-@x [??]
+@x [130]
c:=get_byte; {read the character code that is being specified}
@y
c:=get_char_code; {read the character code that is being specified}
@z
-@x [??]
+@x [133]
c:=get_byte; {read the character code that is being specified}
@y
c:=get_char_code; {read the character code that is being specified}
@z
-@x [152]
+@x [148]
procedure read_packet(@!c:byte);
@y
procedure read_packet(@!c:integer);
@z
-@x [156]
+@x [151]
else begin cc:=get_byte;
@y
else begin cc:=get_char_code;