mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 2/3]
Regenerated compiler/msgidx.inc and compiler/msgtxt.inc. git-svn-id: trunk@42357 -
This commit is contained in:
parent
b2932393df
commit
f91e38d1bd
@ -129,6 +129,7 @@ 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;
|
||||
@ -1111,9 +1112,9 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 83424;
|
||||
MsgTxtSize = 83467;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
28,106,351,126,99,61,142,34,221,68,
|
||||
28,107,351,126,99,61,142,34,221,68,
|
||||
62,20,30,1,1,1,1,1,1,1
|
||||
);
|
||||
|
1374
compiler/msgtxt.inc
1374
compiler/msgtxt.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user