mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 17:58:26 +02:00
* fixed typos in error.msg (patch by Stéphane Aulery, mantis #27931)
git-svn-id: trunk@30725 -
This commit is contained in:
parent
49aef02ef2
commit
e3ddf1c0b7
@ -2125,7 +2125,7 @@ sym_h_uninitialized_variable=05058_H_Variable "$1" does not seem to be initializ
|
|||||||
% be used (i.e. it appears in the right-hand side of an expression) when it
|
% be used (i.e. it appears in the right-hand side of an expression) when it
|
||||||
% was not initialized first (i.e. t did not appear in the left-hand side of an
|
% was not initialized first (i.e. t did not appear in the left-hand side of an
|
||||||
% assignment).
|
% assignment).
|
||||||
sym_w_function_result_uninitialized=05059_W_Function result variable does not seem to initialized
|
sym_w_function_result_uninitialized=05059_W_Function result variable does not seem to be initialized
|
||||||
% This message is displayed if the compiler thinks that the function result
|
% This message is displayed if the compiler thinks that the function result
|
||||||
% variable will be used (i.e. it appears in the right-hand side of an expression)
|
% variable will be used (i.e. it appears in the right-hand side of an expression)
|
||||||
% before it is initialized (i.e. before it appeared in the left-hand side of an
|
% before it is initialized (i.e. before it appeared in the left-hand side of an
|
||||||
@ -2270,7 +2270,7 @@ sym_h_uninitialized_managed_variable=05092_H_Variable "$1" of a managed type doe
|
|||||||
% was not initialized first (i.e. t did not appear in the left-hand side of an
|
% was not initialized first (i.e. t did not appear in the left-hand side of an
|
||||||
% assignment). Since the variable is managed, i. e. implicitly initialized by the compiler, this might be intended behaviour and
|
% assignment). Since the variable is managed, i. e. implicitly initialized by the compiler, this might be intended behaviour and
|
||||||
% does not necessarily mean that the code is wrong.
|
% does not necessarily mean that the code is wrong.
|
||||||
sym_w_managed_function_result_uninitialized=05093_W_function result variable of a managed type does not seem to initialized
|
sym_w_managed_function_result_uninitialized=05093_W_function result variable of a managed type does not seem to be initialized
|
||||||
% This message is displayed if the compiler thinks that the function result
|
% This message is displayed if the compiler thinks that the function result
|
||||||
% variable will be used (i.e. it appears in the right-hand side of an expression)
|
% variable will be used (i.e. it appears in the right-hand side of an expression)
|
||||||
% before it is initialized (i.e. before it appeared in the left-hand side of an
|
% before it is initialized (i.e. before it appeared in the left-hand side of an
|
||||||
|
@ -1010,7 +1010,7 @@ const
|
|||||||
option_info=11024;
|
option_info=11024;
|
||||||
option_help_pages=11025;
|
option_help_pages=11025;
|
||||||
|
|
||||||
MsgTxtSize = 75404;
|
MsgTxtSize = 75410;
|
||||||
|
|
||||||
MsgIdxMax : array[1..20] of longint=(
|
MsgIdxMax : array[1..20] of longint=(
|
||||||
26,99,341,124,96,58,126,32,202,64,
|
26,99,341,124,96,58,126,32,202,64,
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user