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.22, 1.23 il_writer


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_types.h, 1.22, 1.23 il_writer.h, 1.9, 1.10
Date: Sun, 20 Jul 2003 15:05:02 -0400

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

Modified Files:
        il_types.h il_writer.h 
Log Message:
Implement more lib_emit icalls and fix a few things for image writers.


Index: il_types.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_types.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** il_types.h  20 Jul 2003 04:59:10 -0000      1.22
--- il_types.h  20 Jul 2003 19:04:59 -0000      1.23
***************
*** 242,245 ****
--- 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.
   */

Index: il_writer.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_writer.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** il_writer.h 20 Jul 2003 04:59:10 -0000      1.9
--- il_writer.h 20 Jul 2003 19:04:59 -0000      1.10
***************
*** 97,103 ****
  
  /*
!  * Reset the type and flags of the image writer.
   */
! void ILWriterResetTypeAndFlags(ILWriter *writer, int type, int flags);
  
  /*
--- 97,106 ----
  
  /*
!  * Reset the type and flags of the image writer. If the current or given types
!  * are not equal to either IL_IMAGETYPE_DLL or IL_IMAGETYPE_EXE then nothing 
is
!  * changed. If the current or given flags have IL_WRITEFLAG_JVM_MODE set then
!  * nothing is changed. Returns 1 on success, 0 on failure.
   */
! int ILWriterResetTypeAndFlags(ILWriter *writer, int type, int flags);
  
  /*





reply via email to

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