This shuts this one up cc -Wall -I./include -DHAS_JIT -o runops_cores.o -c runops_cores.c runops_cores.c: In function `runops_slow_core': runops_cores.c:49: warning: implicit declaration of function `trace_op'
Nicholas Clark --- runops_cores.c.orig Thu Dec 27 23:24:45 2001 +++ runops_cores.c Tue Jan 1 17:33:09 2002 @@ -11,6 +11,7 @@ */ #include "parrot/runops_cores.h" +#include "parrot/trace.h" #include "parrot/interp_guts.h"
