mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:39:26 +02:00
* fixed end of LaTeX environment after r16574 (mantis #18286)
git-svn-id: trunk@16610 -
This commit is contained in:
parent
bf3c098c18
commit
ce93333bda
@ -1350,7 +1350,6 @@ parser_e_forward_protocol_declaration_must_be_resolved=03298_E_Forward declarati
|
||||
% end;
|
||||
% \end{verbatim}
|
||||
% where \var{MyProtocol} is declared but not defined.
|
||||
% \end{description}
|
||||
parser_e_no_record_published=03299_E_Record types cannot have published sections
|
||||
% Published sections can be used only inside classes.
|
||||
parser_e_no_destructor_in_records=03300_E_Destructors aren't allowed in records
|
||||
@ -1360,6 +1359,7 @@ parser_e_class_methods_only_static_in_records=03301_E_Class methods must be stat
|
||||
% Records have no inheritance and therefore non static class methods have no sence for them.
|
||||
parser_e_no_constructor_in_records=03302_E_Constructors aren't allowed in records
|
||||
% Constructor declarations aren't allowed in records.
|
||||
% \end{description}
|
||||
#
|
||||
# Type Checking
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user