cvsuser     03/11/18 23:20:42

  Modified:    imcc     imc.h
  Log:
  Add additional level of trace support for developer debugging.
  
  Revision  Changes    Path
  1.59      +1 -0      parrot/imcc/imc.h
  
  Index: imc.h
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/imc.h,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -w -r1.58 -r1.59
  --- imc.h     18 Nov 2003 20:58:27 -0000      1.58
  +++ imc.h     19 Nov 2003 07:20:42 -0000      1.59
  @@ -186,6 +186,7 @@
   #define IMCC_INFO(i) ((i)->imc_info)
   
   #define IMC_TRACE 0
  +#define IMC_TRACE_HIGH 0
   
   
   extern IMC_Unit * cur_unit;
  
  
  

Reply via email to