[svn:parrot] r38586 - trunk/include/parrot

petdance at svn.parrot.org petdance at svn.parrot.org
Fri May 8 04:59:32 UTC 2009


Author: petdance
Date: Fri May  8 04:59:32 2009
New Revision: 38586
URL: https://trac.parrot.org/parrot/changeset/38586

Log:
Add ARGIN() to a funciton pointer type

Modified:
   trunk/include/parrot/stacks.h

Modified: trunk/include/parrot/stacks.h
==============================================================================
--- trunk/include/parrot/stacks.h	Fri May  8 04:34:19 2009	(r38585)
+++ trunk/include/parrot/stacks.h	Fri May  8 04:59:32 2009	(r38586)
@@ -21,7 +21,7 @@
 typedef struct Stack_Entry {
     UnionVal entry;
     Stack_entry_type  entry_type;
-    void (*cleanup)(PARROT_INTERP, struct Stack_Entry *);
+    void (*cleanup)(PARROT_INTERP, ARGIN(struct Stack_Entry *));
 } Stack_Entry_t;
 
 struct Small_Object_Pool; /* forward decl */


More information about the parrot-commits mailing list