ソースを参照

* fixed typos in error.msg (patch by Stéphane Aulery, mantis #27931)

git-svn-id: trunk@30725 -
Jonas Maebe 10 年 前
コミット
e3ddf1c0b7
3 ファイル変更179 行追加179 行削除
  1. 2 2
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgidx.inc
  3. 176 176
      compiler/msgtxt.inc

+ 2 - 2
compiler/msg/errore.msg

@@ -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
 % was not initialized first (i.e. t did not appear in the left-hand side of an
 % 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
 % 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
@@ -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
 % 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.
-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
 % 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

+ 1 - 1
compiler/msgidx.inc

@@ -1010,7 +1010,7 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 75404;
+  MsgTxtSize = 75410;
 
   MsgIdxMax : array[1..20] of longint=(
     26,99,341,124,96,58,126,32,202,64,

ファイルの差分が大きいため隠しています
+ 176 - 176
compiler/msgtxt.inc


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません