mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* regenerate msg{idx,txt}.inc
This commit is contained in:
parent
ea8e3cfc37
commit
2688834265
@ -599,6 +599,7 @@ const
|
||||
type_e_generic_const_type_not_allowed=04128;
|
||||
type_e_cant_read_write_type_in_iso_mode=04129;
|
||||
type_w_array_size_does_not_match_size_of_constant_string=04130;
|
||||
type_e_nested_procvar_to_funcref=04131;
|
||||
sym_e_id_not_found=05000;
|
||||
sym_f_internal_error_in_symtablestack=05001;
|
||||
sym_e_duplicate_id=05002;
|
||||
@ -1154,9 +1155,9 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 90110;
|
||||
MsgTxtSize = 90190;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
28,109,365,131,100,63,148,38,223,70,
|
||||
28,109,365,132,100,63,148,38,223,70,
|
||||
65,20,30,1,1,1,1,1,1,1
|
||||
);
|
||||
|
1136
compiler/msgtxt.inc
1136
compiler/msgtxt.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user