[svn:parrot] r41339 - branches/kill_jit/include/parrot
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Fri Sep 18 20:53:56 UTC 2009
Author: darbelo
Date: Fri Sep 18 20:53:55 2009
New Revision: 41339
URL: https://trac.parrot.org/parrot/changeset/41339
Log:
Oops. Forgot to headerize.
Modified:
branches/kill_jit/include/parrot/runcore_api.h
Modified: branches/kill_jit/include/parrot/runcore_api.h
==============================================================================
--- branches/kill_jit/include/parrot/runcore_api.h Fri Sep 18 20:48:55 2009 (r41338)
+++ branches/kill_jit/include/parrot/runcore_api.h Fri Sep 18 20:53:55 2009 (r41339)
@@ -109,10 +109,6 @@
__attribute__nonnull__(1)
__attribute__nonnull__(2);
-void exec_init_prederef(PARROT_INTERP, ARGIN(void *prederef_arena))
- __attribute__nonnull__(1)
- __attribute__nonnull__(2);
-
PARROT_WARN_UNUSED_RESULT
PARROT_CAN_RETURN_NULL
void * init_jit(PARROT_INTERP, SHIM(opcode_t *pc))
@@ -150,9 +146,6 @@
#define ASSERT_ARGS_dynop_register __attribute__unused__ int _ASSERT_ARGS_CHECK = \
PARROT_ASSERT_ARG(interp) \
|| PARROT_ASSERT_ARG(lib_pmc)
-#define ASSERT_ARGS_exec_init_prederef __attribute__unused__ int _ASSERT_ARGS_CHECK = \
- PARROT_ASSERT_ARG(interp) \
- || PARROT_ASSERT_ARG(prederef_arena)
#define ASSERT_ARGS_init_jit __attribute__unused__ int _ASSERT_ARGS_CHECK = \
PARROT_ASSERT_ARG(interp)
#define ASSERT_ARGS_Parrot_runcore_destroy __attribute__unused__ int _ASSERT_ARGS_CHECK = \
More information about the parrot-commits
mailing list