This fix is independent of the rest of size issues.  

Index: interpreter.c
===================================================================
RCS file: /home/perlcvs/parrot/interpreter.c,v
retrieving revision 1.20
diff -c -r1.20 interpreter.c
*** interpreter.c       2001/09/26 18:13:50     1.20
--- interpreter.c       2001/09/30 15:34:46
***************
*** 136,142 ****
      opcode_t * code_start;
      IV         code_size;
      opcode_t * code_end;
!     IV *       pc;
  
      check_fingerprint(interpreter);
  
--- 136,142 ----
      opcode_t * code_start;
      IV         code_size;
      opcode_t * code_end;
!     opcode_t * pc;
  
      check_fingerprint(interpreter);

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to