2
0
Эх сурвалжийг харах

- rm the scan_w_hugepointernormalization_not_support message, replaced with
scanner_w_directive_ignored_on_target

git-svn-id: trunk@28150 -

nickysn 11 жил өмнө
parent
commit
a3b48b79cb

+ 1 - 3
compiler/msg/errore.msg

@@ -136,7 +136,7 @@ general_f_oserror=01025_F_Operating system error: $1
 #
 # Scanner
 #
-# 02098 is the last used one
+# 02097 is the last used one
 #
 % \section{Scanner messages.}
 % This section lists the messages that the scanner emits. The scanner takes
@@ -404,8 +404,6 @@ scan_w_invalid_stacksize=02096_W_The specified stack size is not within the vali
 scan_w_heapmax_lessthan_heapmin=02097_W_The specified HeapMax value is smaller than the HeapMin value. Setting HeapMax ignored.
 % The HeapMax value (if specified) must be greater than or equal to the HeapMin
 % value. Otherwise, the HeapMax value is ignored.
-scan_w_hugepointernormalization_not_support=02098_W_HUGEPOINTERNORMALIZATION is not supported by the target platform
-% The \var{\{\$HUGEPOINTERNORMALIZATION\}} directive is not supported by the target platform.
 % \end{description}
 #
 # Parser

+ 2 - 3
compiler/msgidx.inc

@@ -119,7 +119,6 @@ const
   scan_e_unsupported_switch=02095;
   scan_w_invalid_stacksize=02096;
   scan_w_heapmax_lessthan_heapmin=02097;
-  scan_w_hugepointernormalization_not_support=02098;
   parser_e_syntax_error=03000;
   parser_e_dont_nest_interrupt=03004;
   parser_w_proc_directive_ignored=03005;
@@ -994,9 +993,9 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 71974;
+  MsgTxtSize = 71901;
 
   MsgIdxMax : array[1..20] of longint=(
-    26,99,339,123,89,57,126,27,202,64,
+    26,98,339,123,89,57,126,27,202,64,
     58,20,1,1,1,1,1,1,1,1
   );

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 515 - 524
compiler/msgtxt.inc


+ 1 - 1
compiler/scandir.pas

@@ -1576,7 +1576,7 @@ unit scandir;
       begin
         if target_info.system<>system_i8086_msdos then
           begin
-            Message(scan_w_hugepointernormalization_not_support);
+            Message1(scanner_w_directive_ignored_on_target, 'HUGEPOINTERNORMALIZATION');
             exit;
           end;
         do_localswitch(cs_hugeptr_arithmetic_normalization);

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно