cvsuser     03/11/23 21:54:16

  Modified:    imcc     imc.h
  Log:
  Make the IMCC reserved character for labels/identifiers easy to change
  and obvious to people reading the code.
  
  Revision  Changes    Path
  1.60      +5 -0      parrot/imcc/imc.h
  
  Index: imc.h
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/imc.h,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -w -r1.59 -r1.60
  --- imc.h     19 Nov 2003 07:20:42 -0000      1.59
  +++ imc.h     24 Nov 2003 05:54:15 -0000      1.60
  @@ -43,6 +43,11 @@
   # define MAX_COLOR 4
   #endif      
   
  +/* IMCC reserves this character for internally generated labels
  + * and identifiers that won't collide with high level compiler generated names.
  + */
  +#define IMCC_INTERNAL_CHAR '@'
  +
   #include "symreg.h"
   #include "instructions.h"
   #include "symbol.h"
  
  
  

Reply via email to