소스 검색

+ increase string type to avoid const string truncation

Nikolay Nikolov 4 년 전
부모
커밋
1011c31a80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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