mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* regenerate msg*.inc files
git-svn-id: trunk@42411 -
This commit is contained in:
parent
b7a8dd9479
commit
6db674cd02
@ -129,7 +129,6 @@ const
|
||||
scan_w_setpeosversion_not_support=02103;
|
||||
scan_w_setpesubsysversion_not_support=02104;
|
||||
scan_n_changecputype=02105;
|
||||
scan_e_unresolved_attribute=02106;
|
||||
parser_e_syntax_error=03000;
|
||||
parser_e_dont_nest_interrupt=03004;
|
||||
parser_w_proc_directive_ignored=03005;
|
||||
@ -462,6 +461,7 @@ const
|
||||
parser_e_threadvar_must_be_class=03348;
|
||||
parser_e_only_static_members_via_object_type=03349;
|
||||
parse_e_callthrough_varargs=03350;
|
||||
parser_e_unbound_attribute=03351;
|
||||
type_e_mismatch=04000;
|
||||
type_e_incompatible_types=04001;
|
||||
type_e_not_equal_types=04002;
|
||||
@ -1112,9 +1112,9 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 83467;
|
||||
MsgTxtSize = 83464;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
28,107,351,126,99,61,142,34,221,68,
|
||||
28,106,352,126,99,61,142,34,221,68,
|
||||
62,20,30,1,1,1,1,1,1,1
|
||||
);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user