cvsuser     05/01/15 13:03:29

  Modified:    imcc     pbc.c
  Log:
   Use IMCC_INFO macro
  
  Revision  Changes    Path
  1.105     +1 -1      parrot/imcc/pbc.c
  
  Index: pbc.c
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/pbc.c,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- pbc.c     5 Jan 2005 21:13:14 -0000       1.104
  +++ pbc.c     15 Jan 2005 21:03:29 -0000      1.105
  @@ -883,7 +883,7 @@
       if (!ins->r[1] || !ins->r[1]->pcc_sub)
           return 0;
       /* if we are compiling, we don't run it */
  -    if (interpreter->imc_info->write_pbc)
  +    if (IMCC_INFO(interpreter)->write_pbc)
           return 0;
       pragma = ins->r[1]->pcc_sub->pragma;
       if (pragma & P_IMMEDIATE) {
  
  
  

Reply via email to