Browse Source

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

git-svn-id: trunk@28998 -
Jonas Maebe 10 years ago
parent
commit
839d11eac9
3 changed files with 235 additions and 235 deletions
  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"
 % You included a compiler switch (i.e. \var{\{\$... \}}) which the compiler
 % 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
 % 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.

+ 1 - 1
compiler/msgidx.inc

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

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


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