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

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

[Dotgnu-pnet-commits] CVS: pnet/codegen cg_gen.h,1.34,1.35


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_gen.h,1.34,1.35
Date: Sat, 07 Dec 2002 20:59:29 -0500

Update of /cvsroot/dotgnu-pnet/pnet/codegen
In directory subversions:/tmp/cvs-serv12718/codegen

Modified Files:
        cg_gen.h 
Log Message:
fix for bug 1900


Index: cg_gen.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_gen.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** cg_gen.h    28 Nov 2002 01:51:43 -0000      1.34
--- cg_gen.h    8 Dec 2002 01:59:27 -0000       1.35
***************
*** 106,109 ****
--- 106,111 ----
        int                             useJavaLib : 1;         /* Use Java and 
not C# library */
        int                             outputIsJava : 1;       /* Output Java 
bytecode */
+       int                             noStdlibFlag : 1;       /* Non-zero if 
-nostdlib enabled */
+       int                             builtinLibFlag : 1;     /* Non-zero if 
-fbuiltin-library  */
        int                             debugFlag : 1;          /* Non-zero if 
debug is enabled */
        int                             hasUnsafe : 1;          /* Non-zero if 
unsafe code in source */




reply via email to

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