소스 검색

* regenerate msg*.inc files after addition of the warning for array operators

git-svn-id: trunk@39262 -
svenbarth 7 년 전
부모
커밋
fa0765d131
2개의 변경된 파일368개의 추가작업 그리고 371개의 파일을 삭제
  1. 3 2
      compiler/msgidx.inc
  2. 365 369
      compiler/msgtxt.inc

+ 3 - 2
compiler/msgidx.inc

@@ -457,6 +457,7 @@ const
   parser_e_packages_not_supported=03344;
   parser_e_cannot_use_hardfloat_in_a_softfloat_environment=03345;
   parser_e_invalid_internal_function_index=03346;
+  parser_w_operator_overloaded_hidden_3=03347;
   type_e_mismatch=04000;
   type_e_incompatible_types=04001;
   type_e_not_equal_types=04002;
@@ -1101,9 +1102,9 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 82280;
+  MsgTxtSize = 82348;
 
   MsgIdxMax : array[1..20] of longint=(
-    28,106,347,126,96,59,142,34,221,67,
+    28,106,348,126,96,59,142,34,221,67,
     62,20,30,1,1,1,1,1,1,1
   );

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 365 - 369
compiler/msgtxt.inc


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.