simon       01/09/10 10:13:27

  Modified:    .        interpreter.c
  Log:
  Bad Dan! No cookie!
  
  Revision  Changes    Path
  1.4       +1 -1      parrot/interpreter.c
  
  Index: interpreter.c
  ===================================================================
  RCS file: /home/perlcvs/parrot/interpreter.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- interpreter.c     2001/09/07 15:23:39     1.3
  +++ interpreter.c     2001/09/10 17:13:27     1.4
  @@ -65,7 +65,7 @@
     interpreter->pmc_reg_base->free = FRAMES_PER_PMC_REG_CHUNK - 1;
     interpreter->pmc_reg_base->next = NULL;
     interpreter->pmc_reg_base->prev = NULL;
  -  clear_p(interpreter);
  +  Parrot_clear_p(interpreter);
   
     /* Need a default stack */
     interpreter->stack_base = Allocate_New_Stack();
  
  
  

Reply via email to