Browse Source

* regenerate msg*.inc files after adding a new error message related to C blocks

git-svn-id: trunk@43685 -
svenbarth 5 years ago
parent
commit
707f722531
2 changed files with 453 additions and 447 deletions
  1. 3 2
      compiler/msgidx.inc
  2. 450 445
      compiler/msgtxt.inc

+ 3 - 2
compiler/msgidx.inc

@@ -580,6 +580,7 @@ const
   type_e_function_reference_kind=04123;
   type_e_function_reference_kind=04123;
   type_e_seg_procvardef_wrong_memory_model=04124;
   type_e_seg_procvardef_wrong_memory_model=04124;
   type_w_empty_constant_range_set=04125;
   type_w_empty_constant_range_set=04125;
+  type_e_cblock_callconv=04126;
   sym_e_id_not_found=05000;
   sym_e_id_not_found=05000;
   sym_f_internal_error_in_symtablestack=05001;
   sym_f_internal_error_in_symtablestack=05001;
   sym_e_duplicate_id=05002;
   sym_e_duplicate_id=05002;
@@ -1118,9 +1119,9 @@ const
   option_info=11024;
   option_info=11024;
   option_help_pages=11025;
   option_help_pages=11025;
 
 
-  MsgTxtSize = 83980;
+  MsgTxtSize = 84053;
 
 
   MsgIdxMax : array[1..20] of longint=(
   MsgIdxMax : array[1..20] of longint=(
-    28,106,354,126,99,61,143,35,223,68,
+    28,106,354,127,99,61,143,35,223,68,
     62,20,30,1,1,1,1,1,1,1
     62,20,30,1,1,1,1,1,1,1
   );
   );

File diff suppressed because it is too large
+ 450 - 445
compiler/msgtxt.inc


Some files were not shown because too many files changed in this diff