summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/ovp2ovf.up
blob: 5726dbb737b382de4bc771f216937323061d30c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@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=@"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 1114111');
@z
@x [63]
    skip_error('This value shouldn''t exceed ''177777');
@y
    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 "10FFFF');
@z

@x [152]
procedure read_packet(@!c:byte);
@y
procedure read_packet(@!c:integer);
@z

@x [188]
      while (not diff) and (cprime<=ec) do begin
@y
      while (not diff) and (cprime<=ec) and (cprime-c<@"10000) do begin
@z