From c9ca2a6c0ce88be2b34dcab94370816fa6167f86 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sun, 25 Mar 2012 19:33:26 +0000 Subject: [PATCH] Correct messages that should not have been changed (merge during update gone wrong). Resolves Mantis #21553 git-svn-id: trunk@20631 - --- compiler/msg/errore.msg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg index fd39405563..09a355ce6e 100644 --- a/compiler/msg/errore.msg +++ b/compiler/msg/errore.msg @@ -774,9 +774,9 @@ parser_e_function_already_declared_public_forward=03120_E_Function is already de % declaration in the \var{implementation} section. parser_e_not_external_and_export=03121_E_Can't use both EXPORT and EXTERNAL % These two procedure directives are mutually exclusive. -parser_w_not_supported_for_inline=03123_W_"$1" not yet supported inside inline procedure/function +parser_h_not_supported_for_inline=03123_H_"$1" not yet supported inside inline procedure/function % Inline procedures don't support this declaration. -parser_w_inlining_disabled=03124_W_Inlining disabled +parser_h_inlining_disabled=03124_H_Inlining disabled % Inlining of procedures is disabled. parser_i_writing_browser_log=03125_I_Writing Browser log $1 % When information messages are on, the compiler warns you when it @@ -3098,7 +3098,7 @@ wpo_cant_create_feedback_file=12019_E_Cannot create specified whole program opti # option_logo=11023_[ Free Pascal Compiler version $FPCFULLVERSION [$FPCDATE] for $FPCCPU -Copyright (c) 1993-2011 by Florian Klaempfl and others +Copyright (c) 1993-2012 by Florian Klaempfl and others ] #