Browse Source

+ increase string type to avoid const string truncation

Nikolay Nikolov 3 years ago
parent
commit
1011c31a80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globtype.pas

+ 1 - 1
compiler/globtype.pas

@@ -413,7 +413,7 @@ interface
           hasvalue: boolean;
           hasvalue: boolean;
           { target switch can be used only globally }
           { target switch can be used only globally }
           isglobal: boolean;
           isglobal: boolean;
-          define: string[26];
+          define: string[30];
        end;
        end;
 
 
     const
     const