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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_types.h,1.16,1.17


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_types.h,1.16,1.17
Date: Tue, 18 Feb 2003 21:00:03 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv6223/include

Modified Files:
        il_types.h 
Log Message:


Recognise "with" types correctly in certain type handling functions.


Index: il_types.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_types.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** il_types.h  18 Feb 2003 05:25:08 -0000      1.16
--- il_types.h  19 Feb 2003 02:00:01 -0000      1.17
***************
*** 220,223 ****
--- 220,230 ----
  
  /*
+  * Determine if a type is a "with" instantiation.
+  */
+ #define       ILType_IsWith(type)     \
+                               ((type) != 0 && ILType_IsComplex((type)) && \
+                                ((type)->kind__ & 0xFF) == 
IL_TYPE_COMPLEX_WITH)
+ 
+ /*
   * Determine if a type is a sentinel.
   */





reply via email to

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