Subversion Repositories Kolibri OS

Rev

Rev 7983 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7983 Rev 8097
Line 142... Line 142...
142
    |112: str := "record [noalign] cannot be a base type"
142
    |112: str := "record [noalign] cannot be a base type"
143
    |113: str := "result type of procedure should not be REAL"
143
    |113: str := "result type of procedure should not be REAL"
144
    |114: str := "identifiers 'lib_init' and 'version' are reserved"
144
    |114: str := "identifiers 'lib_init' and 'version' are reserved"
145
    |115: str := "recursive constant definition"
145
    |115: str := "recursive constant definition"
146
    |116: str := "procedure too deep nested"
146
    |116: str := "procedure too deep nested"
147
 
-
 
-
 
147
    |117: str := "string expected"
-
 
148
    |118: str := "'$END', '$ELSE' or '$ELSIF' without '$IF'"
-
 
149
    |119: str := "'$IF', '$ELSIF', '$ELSE' or '$END' expected"
148
    |120: str := "too many formal parameters"
150
    |120: str := "too many formal parameters"
149
    |121: str := "multiply defined handler"
151
    |121: str := "multiply defined handler"
150
    |122: str := "bad divisor"
152
    |122: str := "bad divisor"
151
    |123: str := "illegal flag"
153
    |123: str := "illegal flag"
152
    |124: str := "unknown flag"
154
    |124: str := "unknown flag"
Line 208... Line 210...
208
    |203: Error1("size of program is too large")
210
    |203: Error1("size of program is too large")
209
    |204: Error1("size of variables is too large")
211
    |204: Error1("size of variables is too large")
210
    |205: Error1("not enough parameters")
212
    |205: Error1("not enough parameters")
211
    |206: Error1("bad parameter ")
213
    |206: Error1("bad parameter ")
212
    |207: Error3('inputfile name extension must be "', UTILS.FILE_EXT, '"')
214
    |207: Error3('inputfile name extension must be "', UTILS.FILE_EXT, '"')
-
 
215
    |208: Error1("not enough RAM")
213
    END
216
    END
214
END Error;
217
END Error;
Line 215... Line 218...
215
 
218
 
216
 
219