Disable nested proc vars (required for 2.6.0 FPC due to what I think is a compiler bug)

This commit is contained in:
mysticbbs 2012-07-19 21:14:14 -04:00
parent 0bb0032497
commit 92614e0c75
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
Program Install; Program Install;
{$I M_OPS.PAS} {$I M_OPS.PAS}
{$MODESWITCH NESTEDPROCVARS-}
Uses Uses
m_Strings, m_Strings,