[svn:parrot] r43671 - branches/pmc_freeze_with_pmcs/include/parrot

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Feb 1 00:46:29 UTC 2010


Author: darbelo
Date: Mon Feb  1 00:46:29 2010
New Revision: 43671
URL: https://trac.parrot.org/parrot/changeset/43671

Log:
The struct _visit_info is no more. This functions take a PMC now.

Modified:
   branches/pmc_freeze_with_pmcs/include/parrot/pmc_freeze.h

Modified: branches/pmc_freeze_with_pmcs/include/parrot/pmc_freeze.h
==============================================================================
--- branches/pmc_freeze_with_pmcs/include/parrot/pmc_freeze.h	Mon Feb  1 00:44:51 2010	(r43670)
+++ branches/pmc_freeze_with_pmcs/include/parrot/pmc_freeze.h	Mon Feb  1 00:46:29 2010	(r43671)
@@ -14,7 +14,7 @@
 #define PARROT_PMC_FREEZE_H_GUARD
 
 struct _visit_info;
-typedef void (*visit_f)(PARROT_INTERP, ARGIN_NULLOK(PMC*), ARGIN(struct _visit_info*));
+typedef void (*visit_f)(PARROT_INTERP, ARGIN_NULLOK(PMC*), ARGIN(PMC*));
 
 typedef enum {
     VISIT_HOW_PMC_TO_VISITOR     = 0x00, /* push to visitor */


More information about the parrot-commits mailing list