Răsfoiți Sursa

* handle_calling_convention removed from parse_proc_directive to
separate call

peter 22 ani în urmă
părinte
comite
aed5b53816
1 a modificat fișierele cu 8 adăugiri și 1 ștergeri
  1. 8 1
      compiler/psub.pas

+ 8 - 1
compiler/psub.pas

@@ -1082,6 +1082,9 @@ implementation
          while try_consume_hintdirective(pd.symoptions) do
          while try_consume_hintdirective(pd.symoptions) do
           Consume(_SEMICOLON);
           Consume(_SEMICOLON);
 
 
+         { Set calling convention }
+         handle_calling_convention(pd);
+
          { everything of the proc definition is known, we can now
          { everything of the proc definition is known, we can now
            calculate the parameters }
            calculate the parameters }
          calc_parast(pd);
          calc_parast(pd);
@@ -1304,7 +1307,11 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.155  2003-10-01 20:34:49  peter
+  Revision 1.156  2003-10-02 21:20:32  peter
+    * handle_calling_convention removed from parse_proc_directive to
+      separate call
+
+  Revision 1.155  2003/10/01 20:34:49  peter
     * procinfo unit contains tprocinfo
     * procinfo unit contains tprocinfo
     * cginfo renamed to cgbase
     * cginfo renamed to cgbase
     * moved cgmessage to verbose
     * moved cgmessage to verbose