Browse Source

* varargs added for proc to procvar comparison

peter 24 years ago
parent
commit
f548f896a0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/symconst.pas

+ 5 - 1
compiler/symconst.pas

@@ -434,6 +434,7 @@ const
     po_containsself,
     po_containsself,
     po_interrupt,
     po_interrupt,
     po_iocheck,
     po_iocheck,
+    po_varargs,
     po_exports
     po_exports
   ];
   ];
 
 
@@ -449,7 +450,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.19  2001-06-04 11:53:13  peter
+  Revision 1.20  2001-06-04 18:14:54  peter
+    * varargs added for proc to procvar comparison
+
+  Revision 1.19  2001/06/04 11:53:13  peter
     + varargs directive
     + varargs directive
 
 
   Revision 1.18  2001/06/03 21:57:38  peter
   Revision 1.18  2001/06/03 21:57:38  peter