cvsuser     03/12/06 07:22:45

  Modified:    imcc     pcc.c
  Log:
  Change trace level, more important stuff is standard, less is TRACE_HIGH
  
  Revision  Changes    Path
  1.37      +1 -1      parrot/imcc/pcc.c
  
  Index: pcc.c
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/pcc.c,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -w -r1.36 -r1.37
  --- pcc.c     24 Nov 2003 06:03:23 -0000      1.36
  +++ pcc.c     6 Dec 2003 15:22:45 -0000       1.37
  @@ -842,7 +842,7 @@
            * if prototyped, first 11 I,S,N go into regs
            */
           arg = sub->pcc_sub->args[i];
  -#if IMC_TRACE_HIGH
  +#if IMC_TRACE
           PIO_eprintf(NULL, "    arg(%c%s)%s\n", arg->set,
                             (arg->type & (VTCONST|VT_CONSTP)) ? "c":"", arg->name);
   #endif
  
  
  

Reply via email to