mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 15:39:26 +01:00
corrected amount to number
This commit is contained in:
parent
f1dfc491c4
commit
48a1f9f178
@ -386,7 +386,7 @@ parser_e_illegal_parameter_list=03024_E_Illegal parameter list
|
||||
parser_e_wrong_parameter_type=03025_E_Wrong parameter type specified for arg no. "$1"
|
||||
% There is an error in the parameter list of the function or procedure.
|
||||
% The compiler cannot determine the error more accurate than this.
|
||||
parser_e_wrong_parameter_size=03026_E_Wrong amount of parameters specified
|
||||
parser_e_wrong_parameter_size=03026_E_Wrong number of parameters specified
|
||||
% There is an error in the parameter list of the function or procedure,
|
||||
% the number of parameters is not correct.
|
||||
parser_e_overloaded_no_procedure=03027_E_overloaded identifier "$1" isn't a function
|
||||
|
||||
Loading…
Reference in New Issue
Block a user