|
@@ -477,6 +477,7 @@ const
|
|
|
parser_e_raise_with_noreturn_not_allowed=03361;
|
|
|
parser_e_section_directive_not_allowed_for_target=03362;
|
|
|
parser_e_absolute_sym_cannot_reference_itself=03363;
|
|
|
+ parser_e_syscall_format_not_support=03364;
|
|
|
type_e_mismatch=04000;
|
|
|
type_e_incompatible_types=04001;
|
|
|
type_e_not_equal_types=04002;
|
|
@@ -1150,9 +1151,9 @@ const
|
|
|
option_info=11024;
|
|
|
option_help_pages=11025;
|
|
|
|
|
|
- MsgTxtSize = 89451;
|
|
|
+ MsgTxtSize = 89519;
|
|
|
|
|
|
MsgIdxMax : array[1..20] of longint=(
|
|
|
- 28,109,364,131,99,63,148,37,223,69,
|
|
|
+ 28,109,365,131,99,63,148,37,223,69,
|
|
|
65,20,30,1,1,1,1,1,1,1
|
|
|
);
|