[svn:parrot] r48914 - branches/oplib_handling_cleanup/src/runcore

plobsing at svn.parrot.org plobsing at svn.parrot.org
Fri Sep 10 19:11:34 UTC 2010


Author: plobsing
Date: Fri Sep 10 19:11:34 2010
New Revision: 48914
URL: https://trac.parrot.org/parrot/changeset/48914

Log:
make headerizer

Modified:
   branches/oplib_handling_cleanup/src/runcore/main.c

Modified: branches/oplib_handling_cleanup/src/runcore/main.c
==============================================================================
--- branches/oplib_handling_cleanup/src/runcore/main.c	Fri Sep 10 19:10:51 2010	(r48913)
+++ branches/oplib_handling_cleanup/src/runcore/main.c	Fri Sep 10 19:11:34 2010	(r48914)
@@ -36,17 +36,12 @@
 /* HEADERIZER BEGIN: static */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 
-static void dynop_register_switch(PARROT_INTERP, size_t n_old, size_t n_new)
-        __attribute__nonnull__(1);
-
 PARROT_WARN_UNUSED_RESULT
 PARROT_CANNOT_RETURN_NULL
 static oplib_init_f get_dynamic_op_lib_init(SHIM_INTERP,
     ARGIN(const PMC *lib))
         __attribute__nonnull__(2);
 
-#define ASSERT_ARGS_dynop_register_switch __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(interp))
 #define ASSERT_ARGS_get_dynamic_op_lib_init __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(lib))
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */


More information about the parrot-commits mailing list