mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 06:30:27 +02:00
Regenerated after: Fix wrong arg number in parser_e_nostackframe_with_locals
git-svn-id: trunk@22688 -
This commit is contained in:
parent
01c8ac4b3e
commit
fb60e17602
@ -519,7 +519,7 @@ const msgtxt : array[0..000279,1..240] of char=(
|
||||
'03323_W_Procedure/Function declared with call option NOSTACKFRAME but '+
|
||||
'without ASSEMBLER'#000+
|
||||
'03324_E_Procedure/Function declared w','ith call option NOSTACKFRAME bu'+
|
||||
't local stack size is $2'#000+
|
||||
't local stack size is $1'#000+
|
||||
'04000_E_Type mismatch'#000+
|
||||
'04001_E_Incompatible types: got "$1" expected "$2"'#000+
|
||||
'04002_E_Type mismatch between "$1" and "$2"'#000+
|
||||
|
Loading…
Reference in New Issue
Block a user