annotate 3rdparty/packages/pascal/cmds/PascalErrs @ 477:7a5d3fcbe2d8

Added Basic09 sources from Curtis Boyle
author boisy
date Tue, 08 Oct 2002 03:27:42 +0000
parents 3008afb231a2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
1 1: Simple type expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
2 2: Identifier expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
3 3: PROGRAM expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
4 4: Right parenthesis expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
5 5: Colon expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
6 6: Unexpected symbol found.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
7 7: Parameter list expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
8 8: OF expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
9 9: Left parenthesis expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
10 10: Type expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
11 11: Left bracket expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
12 12: Right bracket expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
13 13: END expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
14 14: Semicolon expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
15 15: Integer expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
16 16: Equal sign expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
17 17: BEGIN expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
18 18: Invalid declaration part.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
19 19: Field list expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
20 20: Comma expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
21 21: Program terminating period expected here.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
22 22: Invalid ASCII character.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
23 23: Expected a hex digit.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
24 24: Double period expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
25 25: *COMPILER ERROR* Standard procedure number unknown.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
26 26: Comma or colon expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
27 27: Constant is out of range.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
28 28: Identifier, VAR, PROCEDURE, or FUNCTION expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
29 29: PROCEDURE or FUNCTION not allowed here (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
30 30: Error in real constant, digit expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
31 31: String constant must be contained in a single source line.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
32 32: Integer constant exceeds range.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
33 33: Too many nested scopes of identifiers (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
34 34: Too many nested PROCEDUREs and/or FUNCTIONs (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
35 35* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
36 36: Too many errors detected for this source line.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
37 37: Division by zero attempted.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
38 38: Constant value must be greater than zero.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
39 39: Element expression is out of range.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
40 40: SHORTIO called with record size out of range.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
41 41: FILESIZE called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
42 42: OS-9 error on FILESIZE call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
43 43: Undefined FORWARD procedures or functions found.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
44 44: Unimplemented file function in support package.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
45 45: IOABORT called with TRUE argument value, previous error not cleared.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
46 46: Case selector is out of range of base type.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
47 47* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
48 48* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
49 49* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
50 50: Constant expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
51 51: ':=' expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
52 52: THEN expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
53 53: UNTIL expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
54 54: DO expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
55 55: TO or DOWNTO expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
56 56* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
57 57* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
58 58: Factor expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
59 59: Variable expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
60 60: Attempted to load or store the value of an address.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
61 61: Expected a file name.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
62 62* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
63 63: OS-9 error on file close, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
64 64: Read called with EOF true.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
65 65: Read called with file not in inspection mode.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
66 66: Read called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
67 67: OS-9 error on file read, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
68 68: GET attempted on short record.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
69 69: GET called with EOF true.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
70 70: GET called with file not in inspection mode.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
71 71: GET called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
72 72: Multiple decimal points encountered during READ of real number.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
73 73: Digit expected during READ of real number.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
74 74: Floating point overflow during READ of real number
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
75 75: WRITEEOF called with record number out of range.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
76 76: OS-9 error on WRITEEOF call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
77 77: WRITEEOF called with file in inspection mode.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
78 78: Invalid character found for READ of integer.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
79 79: Integer overflow for READ of integer.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
80 80: SEEKEOF called with invlaid file size.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
81 81: OS-9 error on SEEKEOF call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
82 82: SEEKEOF called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
83 83: OS-9 error on file seek, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
84 84: REPOSITION called with record number out of range.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
85 85: GETINFO or PUTINFO called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
86 86: REPOSITION called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
87 87: OS-9 error on GETINFO or PUTINFO call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
88 88: POSITION called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
89 89: WRITEEOF called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
90 90* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
91 91: INTERACTIVE called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
92 92: OS-9 error on file write, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
93 93: PUT called with EOF false.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
94 94: PUT called with file not in generate mode.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
95 95: PUT called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
96 96: OS-9 error on status call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
97 97: SHORTIO called with file not open.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
98 98: OS-9 error on file open, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
99 99: OS-9 error on file rewind, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
100 100: String or character array expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
101 101: Identifier is already declared.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
102 102: Low bound exceeds high bound.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
103 103: Identifier is not of the appropriate class.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
104 104: Identifier is not declared.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
105 105: Sign is not allowed here.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
106 106: A number is expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
107 107: Incompatible subrange types.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
108 108: FILE is not allowed here.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
109 109: Type must not be real.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
110 110: Tagfield must be a scalar or a subrange.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
111 111: Incompatible with tagfield type.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
112 112: Unimplemented support package function.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
113 113: Index type must be a scalar or a subrange.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
114 114: Base type must not be real.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
115 115: Base type must be a scalar or a subrange.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
116 116: Error in type of standard procedure parameter.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
117 117: Unsatified forward reference.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
118 118: Machine code calls pcode but pcode doesn't exist.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
119 119: Procedure was declared FORWARD, repetition of parameter list not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
120 120: Function result type must be a scalar, a subrange, or a pointer.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
121 121: FILE parameter type cannot be passed by value.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
122 122: Function was declared FORWARD, repetition of parameter list not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
123 123: Missing result type in FUNCTION declaration.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
124 124: F-format allowed for real values only.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
125 125: Not enough parameters given.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
126 126: Number of parameters does not agree with the declaration.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
127 127: Pcode file was produced by wrong series of compiler.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
128 128: Result type of parameter function does not agree with its declaration.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
129 129: Operands are of incompatible types.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
130 130: Expression must be a SET type.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
131 131: Only equality and inequality test allowed for this type operand.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
132 132: Strict inclusion test not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
133 133: Comparison of file types is not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
134 134: Illegal type of operand(s).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
135 135: Type of operand must be BOOLEAN.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
136 136: Element type of a set must be a scalar or a subrange.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
137 137: Element type is not compatible with the set.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
138 138: Attempt to index a non-array variable.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
139 139: Index type is not compatible with the declaration.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
140 140: Attempt to select a field of a non-record variable.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
141 141: Type of variable must be a FILE or a POINTER.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
142 142: Illegal parameter substitution.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
143 143: Illegal type of control loop variable, must be a scalar or subrange.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
144 144: Illegal type of expression.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
145 145: Type conflict.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
146 146: Assignment of files is not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
147 147: Case selection type is incompatible with selecting expression.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
148 148: Subrange bounds must be scalar.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
149 149: Index type must not be INTEGER.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
150 150: Assignment to a standard function is not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
151 151: Assignment to a formal function is not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
152 152: No such field in this record.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
153 153* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
154 154: Actual parameter must be a variable name.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
155 155: Control variable must not be declared at an intermediate level.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
156 156: Multidefined case label.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
157 157: Too many cases in CASE statement (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
158 158: Missing corresponding variant declaration.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
159 159: Real or string tagfields are not allowed.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
160 160: Previous declaraction was not FORWARD.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
161 161: Attempt to declare FORWARD again.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
162 162: Parameter must be a valid variant value.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
163 163* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
164 164* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
165 165: Label is already defined.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
166 166: Label is already declared.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
167 167: Undeclared label.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
168 168: Undefined label.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
169 169: Error in base set.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
170 170* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
171 171: Standard file was redeclared.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
172 172* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
173 173: External procedure or function is expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
174 174* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
175 175* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
176 176* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
177 177: Assignment to function identifier is not allowed here.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
178 178: Record variant is already defined.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
179 179: Unimplemented language feature.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
180 180* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
181 181* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
182 182: OS-9 error on get heap call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
183 183: Integer divide by zero.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
184 184: Integer multiply overflow.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
185 185: Address multiply overflow.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
186 186: Restore-heap range error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
187 187: Stack overflow.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
188 188: MOD error, right argument is negative.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
189 189: Pointer variable expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
190 190: Invalid PCODE instruction.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
191 191: Call-user-procedure range error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
192 192: Pointer range error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
193 193: Subscript or range error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
194 194: Case error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
195 195: Call-standard-procedure range error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
196 196* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
197 197: CHR function range error.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
198 198* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
199 199: Integer overflow on add, subtract, or negate.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
200 200: Invalid Pascal option specification.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
201 201: Pascal option has a value greater than 65535.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
202 202: Local or Extended default stack requirement greater then 65535.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
203 203: OS-9 file error during processing of PCODE file, OS-9 error number follows
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
204 204: Invalid number of procedures in PCODE file, bad PCODE file.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
205 205: Compile-time errors detected in PCODE file, cannot run program.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
206 206: Not enough memory to run program.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
207 207: Ran out of swap buffers.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
208 208: Floating point overflow.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
209 209: Floating point divide by zero.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
210 210: Expected a boolean expression.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
211 211: Cannot issue CLOSE to SYSERR file.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
212 212: A text file is not allowed here.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
213 213: Must be a 32 byte structure.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
214 214: Procedure or function names may not be passed as parameters (comp restr).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
215 215: Integer type variable name expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
216 216: Must be type real or integer.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
217 217: Must be type real.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
218 218: Scalar expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
219 219: GOTO's may not lead out of enclosing proc/func (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
220 220: Square root of negative number.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
221 221: Range error on floating point fix.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
222 222: OS-9 error during processing of EXTERNAL tables, OS-9 error number follows
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
223 223: Nonexistent procedure called from an EXTERNAL procedure.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
224 224: Multiple decimal points encountered during CNVTREAL processing.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
225 225: Digit expected during CNVTREAL processing.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
226 226: Floating point overflow during CNVTREAL processing.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
227 227: Pcode file has been altered! Cannot run program.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
228 228: OS-9 error on restore heap call, OS-9 error number follows.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
229 229: LN of a zero number.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
230 230: Must be a text file type.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
231 231: User scalar types not implemented for reading or writing.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
232 232: Set has too many elements (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
233 233: Too many procedures have been declared (compiler restriction).
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
234 234: Integer value expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
235 235* *
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
236 236: Type indicator is not defined for this object.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
237 237: Variant or tagfield is not allowed here.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
238 238: Period, BEGIN, PROCEDURE, or FUNCTION expected.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
239 239: LN of a negative number.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
240 240: EXP of a number greater than 88.0296919.
3008afb231a2 Checked in Pascal 2.0
roug
parents:
diff changeset
241 241: SIN of a number greater than 102942.13 or less than -102942.13.