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.23,1.24


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_types.h,1.23,1.24
Date: Tue, 22 Jul 2003 09:46:50 -0400

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

Modified Files:
        il_types.h 
Log Message:
More lib_emit internal call updates. Implemented saving for dynamic 
assemblies.


Index: il_types.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_types.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** il_types.h  20 Jul 2003 19:04:59 -0000      1.23
--- il_types.h  22 Jul 2003 13:46:48 -0000      1.24
***************
*** 242,253 ****
  
  /*
-  * Determine if a type is a field.
-  */
- #define ILType_IsField(type)  \
-                               ((type) != 0 && \
-                                (ILType_CallConv((type)) & 
IL_META_CALLCONV_FIELD) == \
-                                 IL_META_CALLCONV_FIELD)
- 
- /*
   * Get the kind that is associated with a complex type.
   */
--- 242,245 ----





reply via email to

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