summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir/omega.ch2
blob: bc99f0109fbc8f4f5f9e53e6a75029b16130c594 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
%
% Copyright (c) 2002-2003 the Omega Task Force
%
% Change file to assist in creating the web2c-specific change file.
% This one resolves inconsistencies between the etex changes for
% web2c and Omega changes for web2c.
% Public domain.
%

@x [4.51] - Change `eomega.pool' to `pdftex.pool' in error messages
else  bad_pool('! I can''t read omega.pool; bad path?')
@y
else  bad_pool('! I can''t read eomega.pool; bad path?')
@z

@x [4.51] - Change `eomega.pool' to `omega.pool' in error messages
begin if eof(pool_file) then bad_pool('! omega.pool has no check sum.');
@y
begin if eof(pool_file) then bad_pool('! eomega.pool has no check sum.');
@z

@x [4.51] - Change `eomega.pool' to `omega.pool' in error messages
    bad_pool('! omega.pool line doesn''t begin with two digits.');
@y
    bad_pool('! eomega.pool line doesn''t begin with two digits.');
@z

@x [4.51] - Change `eomega.pool' to `omega.pool' in error messages
  bad_pool('! omega.pool check sum doesn''t have nine digits.');
@y
  bad_pool('! eomega.pool check sum doesn''t have nine digits.');
@z

@x [4.51] - Change `eomega.pool' to `omega.pool' in error messages
  bad_pool('! omega.pool doesn''t match; otangle me again (or fix the path).');
@y
  bad_pool('! eomega.pool doesn''t match; otangle me again (or fix the path).');
@z

%----------------------------------------
@x
print_err("Omega capacity exceeded, sorry [");
@y
print_err("e-Omega capacity exceeded, sorry [");
@z
%----------------------------------------

@x
@=#include "omegamem.h";@>
@y
@=#include "eomegamem.h";@>
@z

@x
  print("Omega output, Version 3.1415926--1.15, ");
@y
  print("e-Omega output, Version 3.1415926--1.15--2.1--RC1, ");
@z

@x
if ini_version then format_ident:=" (INIOMEGA)";
@y
if ini_version then format_ident:=" (INIEOMEGA)";
@z

@x
  xmalloc_array (line_stack, max_in_open);
  xmalloc_array (eof_seen, max_in_open);
  xmalloc_array (grp_stack, max_in_open);
  xmalloc_array (if_stack, max_in_open);
@y
  line_stack:=xmalloc_array (integer, max_in_open);
  eof_seen:=xmalloc_array (boolean, max_in_open);
  grp_stack:=xmalloc_array (save_pointer, max_in_open);
  if_stack:=xmalloc_array (pointer, max_in_open);
@z

@x
@!init if (buffer[loc]="*")and(format_ident=" (INITEX)") then
@y
@!init if (buffer[loc]="*")and(format_ident=" (INIEOMEGA)") then
@z