mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +02:00
* increased size of ttargetswitchinfo.define to fit the string added in my
previous commit
This commit is contained in:
parent
eda6b105b7
commit
3a242a17f4
@ -411,7 +411,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[25];
|
define: string[26];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user