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

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

[Dotgnu-pnet-commits] CVS: pnet/ilheader ilheader.c,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilheader ilheader.c,1.1,1.2
Date: Tue, 01 Jul 2003 07:43:31 -0400

Update of /cvsroot/dotgnu-pnet/pnet/ilheader
In directory subversions:/tmp/cvs-serv19774/ilheader

Modified Files:
        ilheader.c 
Log Message:


Modify the "ilheader" program so that it only outputs the type
definitions, because the methods, fields, etc, can be accessed
via other means.


Index: ilheader.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilheader/ilheader.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ilheader.c  5 Sep 2002 01:04:30 -0000       1.1
--- ilheader.c  1 Jul 2003 11:43:28 -0000       1.2
***************
*** 201,204 ****
--- 201,206 ----
  }
  
+ #if 0
+ 
  /*
   * Print a class name as an identifier.
***************
*** 407,410 ****
--- 409,414 ----
  }
  
+ #endif
+ 
  /*
   * Generate a .h file that defines the contents of an assembly.
***************
*** 487,490 ****
--- 491,495 ----
        putc('\n', stream);
  
+ #if 0
        /* Declare the contents of public types */
        classInfo = 0;
***************
*** 524,527 ****
--- 529,533 ----
                DumpMethods(stream, classInfo, defineAliases);
        }
+ #endif
  
        /* Output the end of the header file */





reply via email to

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