Missed one of these.

Index: interpreter.c
===================================================================
RCS file: /home/perlcvs/parrot/interpreter.c,v
retrieving revision 1.21
diff -u -r1.21 interpreter.c
--- interpreter.c       2001/10/02 14:01:30     1.21
+++ interpreter.c       2001/10/03 14:21:52
@@ -136,7 +136,7 @@
     opcode_t * code_start;
     INTVAL         code_size;
     opcode_t * code_end;
-    INTVAL *       pc;
+    opcode_t *       pc;
 
     check_fingerprint(interpreter);


-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to