mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* regenerate msg*.inc files after addition of the message about threadvars inside classes/records without
"class" specifier git-svn-id: trunk@39287 -
This commit is contained in:
parent
0a45d7a774
commit
019ebe598a
@ -458,6 +458,7 @@ const
|
||||
parser_e_cannot_use_hardfloat_in_a_softfloat_environment=03345;
|
||||
parser_e_invalid_internal_function_index=03346;
|
||||
parser_w_operator_overloaded_hidden_3=03347;
|
||||
parser_e_threadvar_must_be_class=03348;
|
||||
type_e_mismatch=04000;
|
||||
type_e_incompatible_types=04001;
|
||||
type_e_not_equal_types=04002;
|
||||
@ -1102,9 +1103,9 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 82348;
|
||||
MsgTxtSize = 82423;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
28,106,348,126,96,59,142,34,221,67,
|
||||
28,106,349,126,96,59,142,34,221,67,
|
||||
62,20,30,1,1,1,1,1,1,1
|
||||
);
|
||||
|
1153
compiler/msgtxt.inc
1153
compiler/msgtxt.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user