Subversion Repositories Kolibri OS

Rev

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

Rev 7693 Rev 7696
Line 1... Line 1...
1
(*
1
(*
2
    BSD 2-Clause License
2
    BSD 2-Clause License
Line 3... Line 3...
3
 
3
 
4
    Copyright (c) 2018, 2019, Anton Krotov
4
    Copyright (c) 2018-2019, Anton Krotov
5
    All rights reserved.
5
    All rights reserved.
Line 6... Line 6...
6
*)
6
*)
Line 204... Line 204...
204
BEGIN
204
BEGIN
205
    CASE n OF
205
    CASE n OF
206
    |201: Error1("writing file error")
206
    |201: Error1("writing file error")
207
    |202: Error1("too many relocations")
207
    |202: Error1("too many relocations")
208
    |203: Error1("size of program is too large")
208
    |203: Error1("size of program is too large")
209
    |204: Error1("size of global variables is too large")
209
    |204: Error1("size of variables is too large")
210
    |205: Error1("not enough parameters")
210
    |205: Error1("not enough parameters")
211
    |206: Error1("bad parameter ")
211
    |206: Error1("bad parameter ")
212
    |207: Error3('inputfile name extension must be "', mConst.FILE_EXT, '"')
212
    |207: Error3('inputfile name extension must be "', mConst.FILE_EXT, '"')
213
    END
213
    END
214
END Error;
214
END Error;