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

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

[Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_global.c,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_global.c,1.5,1.6
Date: Fri, 28 Feb 2003 01:04:07 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ildasm
In directory subversions:/tmp/cvs-serv25136/ildasm

Modified Files:
        ildasm_global.c 
Log Message:


Convert ".export" into ".class extern" to match the latest
IL syntactic conventions.


Index: ildasm_global.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_global.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ildasm_global.c     28 Feb 2003 03:34:49 -0000      1.5
--- ildasm_global.c     28 Feb 2003 06:04:03 -0000      1.6
***************
*** 311,317 ****
  
        /* Dump the export heading */
!       fputs(".export ", outstream);
        ILDumpFlags(outstream, ILExportedType_Attrs(type),
!                               ILTypeDefinitionFlags, 0);
        ILDumpIdentifier(outstream, ILExportedType_Name(type),
                                         ILExportedType_Namespace(type), flags);
--- 311,317 ----
  
        /* Dump the export heading */
!       fputs(".class extern ", outstream);
        ILDumpFlags(outstream, ILExportedType_Attrs(type),
!                               ILExportedTypeDefinitionFlags, 0);
        ILDumpIdentifier(outstream, ILExportedType_Name(type),
                                         ILExportedType_Namespace(type), flags);





reply via email to

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