subjects says all...patch too...
Index: include/parrot/trace.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/trace.h,v
retrieving revision 1.6
diff -u -r1.6 trace.h
--- include/parrot/trace.h 4 Mar 2002 03:38:23 -0000 1.6
+++ include/parrot/trace.h 4 Mar 2002 17:37:11 -0000
@@ -25,7 +25,7 @@
opcode_t *pc);
void trace_op_b1(struct Parrot_Interp *interpreter, opcode_t *code_start,
- opcode_t *code_end, code_t *pc);
+ opcode_t *code_end, opcode_t *pc);
#endif