From 3a242a17f4ad59a3bccdbc1b7982ce92b9dcec76 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Thu, 16 Sep 2021 21:44:05 +0300 Subject: [PATCH] * increased size of ttargetswitchinfo.define to fit the string added in my previous commit --- compiler/globtype.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globtype.pas b/compiler/globtype.pas index 5da8ab08fa..314cd3b8be 100644 --- a/compiler/globtype.pas +++ b/compiler/globtype.pas @@ -411,7 +411,7 @@ interface hasvalue: boolean; { target switch can be used only globally } isglobal: boolean; - define: string[25]; + define: string[26]; end; const