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_dumpasm.h,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_dumpasm.h,1.7,1.8
Date: Mon, 28 Jul 2003 03:34:56 -0400

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

Modified Files:
        il_dumpasm.h 
Log Message:


Fix the quoting of '&' characters in csdoc output, and other places where
types may be dumped in XML form.


Index: il_dumpasm.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_dumpasm.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** il_dumpasm.h        28 Feb 2003 06:04:03 -0000      1.7
--- il_dumpasm.h        28 Jul 2003 07:34:54 -0000      1.8
***************
*** 35,38 ****
--- 35,39 ----
  #define       IL_DUMP_CLASS_PREFIX            4
  #define       IL_DUMP_GENERIC_PARAMS          8
+ #define       IL_DUMP_XML_QUOTING                     16
  
  /*
***************
*** 142,146 ****
   * Dump a native type to an output stream.
   */
! void ILDumpNativeType(FILE *stream, const void *type, unsigned long len);
  
  /*
--- 143,148 ----
   * Dump a native type to an output stream.
   */
! void ILDumpNativeType(FILE *stream, const void *type,
!                                         unsigned long len, int flags);
  
  /*





reply via email to

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