diff options
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ovp2ovf.up')
-rw-r--r-- | Build/source/texk/web2c/omegaware/ovp2ovf.up | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.up b/Build/source/texk/web2c/omegaware/ovp2ovf.up index 6a6165a5528..5726dbb737b 100644 --- a/Build/source/texk/web2c/omegaware/ovp2ovf.up +++ b/Build/source/texk/web2c/omegaware/ovp2ovf.up @@ -19,24 +19,24 @@ @p function get_byte:byte; {scans a one-byte property value} @y -@d max_byte=@"FFFFFF +@d max_byte=@"10FFFF @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'); + skip_error('This value shouldn''t exceed 1114111'); @z @x [63] skip_error('This value shouldn''t exceed ''177777'); @y - skip_error('This value shouldn''t exceed ''77777777'); + skip_error('This value shouldn''t exceed ''4177777'); @z @x [64] skip_error('This value shouldn''t exceed "FFFF'); @y - skip_error('This value shouldn''t exceed "FFFFFF'); + skip_error('This value shouldn''t exceed "10FFFF'); @z @x [152] |