# New Ticket Created by Simon Glover # Please include the string: [perl #17865] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17865 >
One of the comments in trace.c has got separated from the function it's describing. This patch puts it back in the right place. Simon --- trace.c.old Fri Oct 11 12:03:13 2002 +++ trace.c Fri Oct 11 12:03:23 2002 @@ -11,12 +11,6 @@ */ #include "parrot/trace.h" - - -/* - *=for api interpreter trace_key_dump - * Prints a key to stderr. - */ void dump_pmc(struct Parrot_Interp *interpreter, PMC* pmc) { @@ -34,6 +28,11 @@ dump_pmc(struct Parrot_Interp *interpret } } +/* + *=for api interpreter trace_key_dump + * Prints a key to stderr. + */ + void trace_key_dump(struct Parrot_Interp *interpreter, PMC *key) {