dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_semvalue.h,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_semvalue.h,1.4,1.5
Date: Mon, 04 Nov 2002 19:38:05 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/csharp
In directory subversions:/tmp/cvs-serv23737/cscc/csharp

Modified Files:
        cs_semvalue.h 
Log Message:


Clean up the list of semantic kinds.


Index: cs_semvalue.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_semvalue.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** cs_semvalue.h       19 Oct 2002 21:49:17 -0000      1.4
--- cs_semvalue.h       5 Nov 2002 00:38:02 -0000       1.5
***************
*** 62,68 ****
  #define       CS_SEMKIND_CONSTANT                     (1<<13)
  #define       CS_SEMKIND_DYN_CONSTANT         (1<<14)
! /*#define     CS_SEMKIND_TYPE_NODE            (1<<15)*/
! #define       CS_SEMKIND_ERROR                        (1<<16)
! #define       CS_SEMKIND_BASE                         (1<<17)
  
  /*
--- 62,67 ----
  #define       CS_SEMKIND_CONSTANT                     (1<<13)
  #define       CS_SEMKIND_DYN_CONSTANT         (1<<14)
! #define       CS_SEMKIND_ERROR                        (1<<15)
! #define       CS_SEMKIND_BASE                         (1<<16)
  
  /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]