mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
Correct messages that should not have been changed (merge during update gone wrong). Resolves Mantis #21553
git-svn-id: trunk@20631 -
This commit is contained in:
parent
26754a3f9f
commit
c9ca2a6c0c
@ -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
|
||||
]
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user