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

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Apr 8 22:32:43 UTC 2010


Author: petdance
Date: Thu Apr  8 22:32:43 2010
New Revision: 45465
URL: https://trac.parrot.org/parrot/changeset/45465

Log:
move non-headerized functions up top so we can see they are not headerized

Modified:
   trunk/include/parrot/nci.h

Modified: trunk/include/parrot/nci.h
==============================================================================
--- trunk/include/parrot/nci.h	Thu Apr  8 22:32:18 2010	(r45464)
+++ trunk/include/parrot/nci.h	Thu Apr  8 22:32:43 2010	(r45465)
@@ -17,6 +17,9 @@
 
 typedef void (*nci_thunk_t)(PARROT_INTERP, PMC *, PMC *);
 
+void Parrot_nci_load_core_thunks(PARROT_INTERP);
+void Parrot_nci_load_extra_thunks(PARROT_INTERP);
+
 /* HEADERIZER BEGIN: src/nci/api.c */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 
@@ -31,10 +34,6 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: src/nci/api.c */
 
-void Parrot_nci_load_core_thunks(PARROT_INTERP);
-
-void Parrot_nci_load_extra_thunks(PARROT_INTERP);
-
 #endif /* PARROT_NCI_H_GUARD */
 
 /*


More information about the parrot-commits mailing list