mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
* fixed up messages compilation after last commit.
git-svn-id: trunk@19780 -
This commit is contained in:
parent
4a9c8e330b
commit
28c27c409e
@ -2190,9 +2190,9 @@ cg_e_labels_cannot_defined_outside_declaration_scope=06052_E_Label must be defin
|
|||||||
cg_e_goto_across_procedures_with_exceptions_not_allowed=06053_E_Leaving procedures containing explicit or implicit exceptions frames using goto is not allowed
|
cg_e_goto_across_procedures_with_exceptions_not_allowed=06053_E_Leaving procedures containing explicit or implicit exceptions frames using goto is not allowed
|
||||||
% Non-local gotos might not be used to leave procedures using exceptions either implicitly or explicitly. Procedures
|
% Non-local gotos might not be used to leave procedures using exceptions either implicitly or explicitly. Procedures
|
||||||
% which use automated types like ansistrings or class constructurs are affected by this too.
|
% which use automated types like ansistrings or class constructurs are affected by this too.
|
||||||
% \end{description}
|
|
||||||
cg_e_mod_only_defined_for_pos_quotient=06054_E_In ISO mode, the mod operator is defined only for positive quotient
|
cg_e_mod_only_defined_for_pos_quotient=06054_E_In ISO mode, the mod operator is defined only for positive quotient
|
||||||
% In ISO pascal, only positive values are allowed for the quotient: \var{n mod m} is only valid if \var{m>0}.
|
% In ISO pascal, only positive values are allowed for the quotient: \var{n mod m} is only valid if \var{m>0}.
|
||||||
|
% \end{description}
|
||||||
# EndOfTeX
|
# EndOfTeX
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user