[svn:parrot] r38427 - in trunk: include/parrot src/runcore

coke at svn.parrot.org coke at svn.parrot.org
Fri May 1 20:45:43 UTC 2009


Author: coke
Date: Fri May  1 20:45:42 2009
New Revision: 38427
URL: https://trac.parrot.org/parrot/changeset/38427

Log:
Fix headerizer directives.
Probably broken as a result of recent file moves.

Modified:
   trunk/include/parrot/runcore_api.h
   trunk/src/runcore/trace.c

Modified: trunk/include/parrot/runcore_api.h
==============================================================================
--- trunk/include/parrot/runcore_api.h	Fri May  1 20:39:20 2009	(r38426)
+++ trunk/include/parrot/runcore_api.h	Fri May  1 20:45:42 2009	(r38427)
@@ -14,7 +14,7 @@
 
 #  define DO_OP(PC, INTERP) ((PC) = (((INTERP)->op_func_table)[*(PC)])((PC), (INTERP)))
 
-/* HEADERIZER BEGIN: src/runops_cores.c */
+/* HEADERIZER BEGIN: src/runcore/cores.c */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 
 PARROT_WARN_UNUSED_RESULT
@@ -71,9 +71,8 @@
 #define ASSERT_ARGS_runops_slow_core __attribute__unused__ int _ASSERT_ARGS_CHECK = \
        PARROT_ASSERT_ARG(interp) \
     || PARROT_ASSERT_ARG(pc)
-
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
-/* HEADERIZER END: src/runops_cores.c */
+/* HEADERIZER END: src/runcore/cores.c */
 
 opcode_t *runops_fast_core(PARROT_INTERP, opcode_t *);
 

Modified: trunk/src/runcore/trace.c
==============================================================================
--- trunk/src/runcore/trace.c	Fri May  1 20:39:20 2009	(r38426)
+++ trunk/src/runcore/trace.c	Fri May  1 20:45:42 2009	(r38427)
@@ -27,7 +27,7 @@
 #include "parrot/oplib/ops.h"
 #include "../pmc/pmc_sub.h"
 
-/* HEADERIZER HFILE: src/trace.h */
+/* HEADERIZER HFILE: include/parrot/runcore_trace.h */
 
 /* HEADERIZER BEGIN: static */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */


More information about the parrot-commits mailing list