1 // Report codes for the translator phase. 2 // Last modified on 04/02/74 at 16:02:32 by R F Mabee. 3 // Revisions for 6180 bootstrap installed with Version 3.4, R F Mabee. 4 // First installed in Version 2.7 by R F Mabee. 5 6 manifest // 200 - 299 are reserved for Trans. 7 $( BadCall = 200 8 BadDescriptors = 201 9 BadLink = 202 10 Conformality = 203 11 DupDefault = 204 12 DupName = 205 13 FreeVar = 206 14 LmodeRequired = 207 15 NegVector = 208 16 17 NoLoop = 210 18 NoSwitch = 211 19 NotConstant = 212 20 NotInsideRtdef = 213 21 NotName = 214 22 NoValof = 215 23 UndefName = 216 24 UnrecognizedExpression= 217 25 $)