mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +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;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user