Browse Source

* macpas now uses tp style proc params

olle 20 years ago
parent
commit
d5d8694c96
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/globals.pas

+ 5 - 2
compiler/globals.pas

@@ -66,7 +66,7 @@ interface
        gpcmodeswitches    : tmodeswitches=
          [m_gpc,m_all];
        macmodeswitches : tmodeswitches=
-         [m_mac,m_all,m_result,m_repeat_forward,m_cvar_support];
+         [m_mac,m_all,m_result,m_repeat_forward,m_cvar_support,m_tp_procvar];
 
 
        { maximum number of locals in bytes before warning is emitted }
@@ -2218,7 +2218,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.165  2005-02-01 08:46:13  michael
+  Revision 1.166  2005-02-01 17:57:30  olle
+    * macpas now uses tp style proc params
+
+  Revision 1.165  2005/02/01 08:46:13  michael
    * Patch from peter: fix macpas anonymous function procvar
 
   Revision 1.164  2005/01/31 21:30:56  olle