Author: particle
Date: Mon Dec 8 12:20:00 2008
New Revision: 33667
Modified:
branches/pdd22io_part2/include/parrot/string_funcs.h
branches/pdd22io_part2/src/jit/i386/exec_dep.h
branches/pdd22io_part2/src/multidispatch.c
Log:
[src] headerizer changes
Modified: branches/pdd22io_part2/include/parrot/string_funcs.h
==============================================================================
--- branches/pdd22io_part2/include/parrot/string_funcs.h (original)
+++ branches/pdd22io_part2/include/parrot/string_funcs.h Mon Dec 8
12:20:00 2008
@@ -523,6 +523,7 @@
__attribute__nonnull__(2)
FUNC_MODIFIES(*tc);
+PARROT_INLINE
void string_free(PARROT_INTERP, ARGIN(STRING *s))
__attribute__nonnull__(1)
__attribute__nonnull__(2);
Modified: branches/pdd22io_part2/src/jit/i386/exec_dep.h
==============================================================================
--- branches/pdd22io_part2/src/jit/i386/exec_dep.h (original)
+++ branches/pdd22io_part2/src/jit/i386/exec_dep.h Mon Dec 8 12:20:00 2008
@@ -19,35 +19,18 @@
/* HEADERIZER BEGIN: src/exec_dep.c */
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will
be lost. */
-void offset_fixup(ARGMOD(Parrot_exec_objfile_t *obj))
- __attribute__nonnull__(1)
- FUNC_MODIFIES(*obj);
-
-void Parrot_exec_cpcf_op(ARGMOD(Parrot_jit_info_t *jit_info), PARROT_INTERP)
- __attribute__nonnull__(1)
- __attribute__nonnull__(2)
- FUNC_MODIFIES(*jit_info);
-
-void Parrot_exec_normal_op(
- ARGMOD(Parrot_jit_info_t *jit_info),
- PARROT_INTERP)
- __attribute__nonnull__(1)
- __attribute__nonnull__(2)
- FUNC_MODIFIES(*jit_info);
-
-void Parrot_exec_normal_op(
- ARGMOD(Parrot_jit_info_t *jit_info),
- PARROT_INTERP)
- __attribute__nonnull__(1)
- __attribute__nonnull__(2)
- FUNC_MODIFIES(*jit_info);
-
-void Parrot_exec_restart_op(
- ARGMOD(Parrot_jit_info_t *jit_info),
- PARROT_INTERP)
- __attribute__nonnull__(1)
- __attribute__nonnull__(2)
- FUNC_MODIFIES(*jit_info);
+void offset_fixup(Parrot_exec_objfile_t *obj);
+void Parrot_exec_cpcf_op(Parrot_jit_info_t *jit_info, PARROT_INTERP)
+ __attribute__nonnull__(2);
+
+void Parrot_exec_normal_op(Parrot_jit_info_t *jit_info, PARROT_INTERP)
+ __attribute__nonnull__(2);
+
+void Parrot_exec_normal_op(Parrot_jit_info_t *jit_info, PARROT_INTERP)
+ __attribute__nonnull__(2);
+
+void Parrot_exec_restart_op(Parrot_jit_info_t *jit_info, PARROT_INTERP)
+ __attribute__nonnull__(2);
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will
be lost. */
/* HEADERIZER END: src/exec_dep.c */
Modified: branches/pdd22io_part2/src/multidispatch.c
==============================================================================
--- branches/pdd22io_part2/src/multidispatch.c (original)
+++ branches/pdd22io_part2/src/multidispatch.c Mon Dec 8 12:20:00 2008
@@ -52,7 +52,6 @@
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will
be lost. */
static INTVAL distance_cmp(SHIM_INTERP, INTVAL a, INTVAL b);
-
static void mmd_add_multi_global(PARROT_INTERP,
ARGIN(STRING *sub_name),
ARGIN(PMC *sub_obj))