mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* merge change from 1.1.2.6 to 1.1.2.7
This commit is contained in:
parent
523fa60d9e
commit
a257f878db
@ -341,7 +341,7 @@ parser_e_constructorname_must_be_init=03013_E_Constructor name must be INIT
|
||||
% You are declaring a constructor with a name which isn't \var{init}, and the
|
||||
% \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
|
||||
parser_e_destructorname_must_be_done=03014_E_Destructor name must be DONE
|
||||
% You are declaring a constructor with a name which isn't \var{done}, and the
|
||||
% You are declaring a destructor with a name which isn't \var{done}, and the
|
||||
% \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
|
||||
parser_e_illegal_open_parameter=03015_E_Illegal open parameter
|
||||
% You are trying to use the wrong type for an open parameter.
|
||||
@ -1931,4 +1931,4 @@ option_help_pages=11025_[
|
||||
|
||||
#
|
||||
# The End...
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user