mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:09:32 +02:00
* regenerate msg*.inc after adding messages for mismatching generic declarations
git-svn-id: trunk@39701 -
This commit is contained in:
parent
cfe75ca0fd
commit
03a036c6cb
@ -657,6 +657,8 @@ const
|
|||||||
sym_w_managed_function_result_uninitialized=05093;
|
sym_w_managed_function_result_uninitialized=05093;
|
||||||
sym_h_managed_function_result_uninitialized=05094;
|
sym_h_managed_function_result_uninitialized=05094;
|
||||||
sym_w_duplicate_id=05095;
|
sym_w_duplicate_id=05095;
|
||||||
|
sym_e_generic_type_param_mismatch=05096;
|
||||||
|
sym_e_generic_type_param_decl=05097;
|
||||||
cg_e_parasize_too_big=06009;
|
cg_e_parasize_too_big=06009;
|
||||||
cg_e_file_must_call_by_reference=06012;
|
cg_e_file_must_call_by_reference=06012;
|
||||||
cg_e_cant_use_far_pointer_there=06013;
|
cg_e_cant_use_far_pointer_there=06013;
|
||||||
@ -1103,9 +1105,9 @@ const
|
|||||||
option_info=11024;
|
option_info=11024;
|
||||||
option_help_pages=11025;
|
option_help_pages=11025;
|
||||||
|
|
||||||
MsgTxtSize = 82410;
|
MsgTxtSize = 82541;
|
||||||
|
|
||||||
MsgIdxMax : array[1..20] of longint=(
|
MsgIdxMax : array[1..20] of longint=(
|
||||||
28,106,349,126,96,59,142,34,221,67,
|
28,106,349,126,98,59,142,34,221,67,
|
||||||
62,20,30,1,1,1,1,1,1,1
|
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