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.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_dumpasm.h,1.5,1.6
Date: Tue, 18 Feb 2003 21:42:45 -0500

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

Modified Files:
        il_dumpasm.h 
Log Message:


Dump method specifications correctly in ildasm.


Index: il_dumpasm.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_dumpasm.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** il_dumpasm.h        18 Feb 2003 05:25:08 -0000      1.5
--- il_dumpasm.h        19 Feb 2003 02:42:43 -0000      1.6
***************
*** 133,136 ****
--- 133,142 ----
  
  /*
+  * Dump a generic method call specification to an output stream.
+  */
+ void ILDumpMethodSpec(FILE *stream, ILImage *image,
+                                         ILMethodSpec *spec, int flags);
+ 
+ /*
   * Dump a native type to an output stream.
   */





reply via email to

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