* fixed up messages compilation after last commit.

git-svn-id: trunk@19780 -
This commit is contained in:
marco 2011-12-08 20:49:18 +00:00
parent 4a9c8e330b
commit 28c27c409e

View File

@ -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
% 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.
% \end{description}
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}.
% \end{description}
# EndOfTeX
#