Explorar o código

+ increase string type to avoid const string truncation

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
1011c31a80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/globtype.pas

+ 1 - 1
compiler/globtype.pas

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