mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
+ increase string type to avoid const string truncation
This commit is contained in:
parent
2577180b93
commit
1011c31a80
@ -413,7 +413,7 @@ interface
|
||||
hasvalue: boolean;
|
||||
{ target switch can be used only globally }
|
||||
isglobal: boolean;
|
||||
define: string[26];
|
||||
define: string[30];
|
||||
end;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user