mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 23:20:50 +01:00
* varargs added for proc to procvar comparison
This commit is contained in:
parent
2336bd2118
commit
f548f896a0
@ -434,6 +434,7 @@ const
|
||||
po_containsself,
|
||||
po_interrupt,
|
||||
po_iocheck,
|
||||
po_varargs,
|
||||
po_exports
|
||||
];
|
||||
|
||||
@ -449,7 +450,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.18 2001/06/03 21:57:38 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user