فهرست منبع

* mention that misplaced global directives are ignored (mantis #27004)

git-svn-id: trunk@28998 -
Jonas Maebe 10 سال پیش
والد
کامیت
839d11eac9
3فایلهای تغییر یافته به همراه235 افزوده شده و 235 حذف شده
  1. 3 3
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgidx.inc
  3. 231 231
      compiler/msgtxt.inc

+ 3 - 3
compiler/msg/errore.msg

@@ -174,9 +174,9 @@ scan_n_ignored_switch=02008_N_Ignored compiler switch "$1"
 scan_w_illegal_switch=02009_W_Illegal compiler switch "$1"
 scan_w_illegal_switch=02009_W_Illegal compiler switch "$1"
 % You included a compiler switch (i.e. \var{\{\$... \}}) which the compiler
 % You included a compiler switch (i.e. \var{\{\$... \}}) which the compiler
 % does not recognise.
 % does not recognise.
-scan_w_switch_is_global=02010_W_Misplaced global compiler switch
-% The compiler switch is misplaced, and should be located at
-% the start of the unit or program.
+scan_w_switch_is_global=02010_W_Misplaced global compiler switch, ignored
+% The compiler switch is misplaced. It must be located at
+% the start of the compilation unit, before the uses clause or any declaration.
 scan_e_illegal_char_const=02011_E_Illegal char constant
 scan_e_illegal_char_const=02011_E_Illegal char constant
 % This happens when you specify a character with its ASCII code, as in
 % This happens when you specify a character with its ASCII code, as in
 % \var{\#96}, but the number is either illegal, or out of range.
 % \var{\#96}, but the number is either illegal, or out of range.

+ 1 - 1
compiler/msgidx.inc

@@ -994,7 +994,7 @@ const
   option_info=11024;
   option_info=11024;
   option_help_pages=11025;
   option_help_pages=11025;
 
 
-  MsgTxtSize = 72044;
+  MsgTxtSize = 72053;
 
 
   MsgIdxMax : array[1..20] of longint=(
   MsgIdxMax : array[1..20] of longint=(
     26,99,339,123,89,57,126,27,202,64,
     26,99,339,123,89,57,126,27,202,64,

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 231 - 231
compiler/msgtxt.inc


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است