From 92614e0c75f4888f5b4b69a3c5c12f45703f84fe Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Thu, 19 Jul 2012 21:14:14 -0400 Subject: [PATCH] Disable nested proc vars (required for 2.6.0 FPC due to what I think is a compiler bug) --- mystic/install.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/mystic/install.pas b/mystic/install.pas index 5bebdfe..3ee8244 100644 --- a/mystic/install.pas +++ b/mystic/install.pas @@ -22,6 +22,7 @@ Program Install; {$I M_OPS.PAS} +{$MODESWITCH NESTEDPROCVARS-} Uses m_Strings,