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

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

[Dotgnu-pnet-commits] pnet/image writer.c,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/image writer.c,1.15,1.16
Date: Tue, 30 Sep 2003 01:38:17 +0000

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv19571/image

Modified Files:
        writer.c 
Log Message:


Fix the "compact" profile.


Index: writer.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/writer.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** writer.c    22 Jul 2003 21:01:37 -0000      1.15
--- writer.c    30 Sep 2003 01:38:15 -0000      1.16
***************
*** 148,151 ****
--- 148,152 ----
  
        /* Write the headers to the output stream */
+ #ifdef IL_CONFIG_JAVA
        if(flags & IL_WRITEFLAG_JVM_MODE)
        {
***************
*** 153,156 ****
--- 154,158 ----
        }
        else
+ #endif
        {
                _ILWriteHeaders(writer);
***************
*** 336,339 ****
--- 338,342 ----
        unsigned guidOffset;
  
+ #ifdef IL_CONFIG_JAVA
        if (writer->flags & IL_WRITEFLAG_JVM_MODE)
        {
***************
*** 381,384 ****
--- 384,388 ----
        }
        else
+ #endif
        {
  





reply via email to

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