Michael VAN CANNEYT před 2 roky
rodič
revize
558fc236eb
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      compiler/pexpr.pas

+ 3 - 3
compiler/pexpr.pas

@@ -141,9 +141,9 @@ implementation
            end
           else
             begin
-             // string[x] is allowed in system unit since it is a shortstring.
-             if cs_compilesystem in current_settings.moduleswitches then
-               Message(parser_e_nostringaliasinsystem);
+              // string[x] is allowed in system unit since it is a shortstring.
+              if cs_compilesystem in current_settings.moduleswitches then
+                Message(parser_e_nostringaliasinsystem);
               if cs_refcountedstrings in current_settings.localswitches then
                 begin
                   if m_default_unicodestring in current_settings.modeswitches then