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.c,1.46,1.47 cg_gen.h,1.3


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_gen.c,1.46,1.47 cg_gen.h,1.39,1.40
Date: Wed, 07 May 2003 01:58:24 -0400

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

Modified Files:
        cg_gen.c cg_gen.h 
Log Message:
CSResolveSimpleName does not look for Members inside atribute args


Index: cg_gen.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_gen.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** cg_gen.c    26 Feb 2003 05:09:50 -0000      1.46
--- cg_gen.c    7 May 2003 05:58:21 -0000       1.47
***************
*** 103,106 ****
--- 103,107 ----
        info->typeGather = 0;
        info->inSemType = 0;
+       info->inAttrArg = 0;
        info->useJavaLib = 0;
        info->outputIsJava = 0;

Index: cg_gen.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_gen.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** cg_gen.h    27 Feb 2003 06:19:22 -0000      1.39
--- cg_gen.h    7 May 2003 05:58:21 -0000       1.40
***************
*** 104,107 ****
--- 104,108 ----
        int                             typeGather : 1;         /* Non-zero 
during type gathering */
        int                             inSemType : 1;          /* Semantic 
analysis on a type */
+       int                             inAttrArg : 1;          /* Non-zero 
inside an attribute arg */
        int                             useJavaLib : 1;         /* Use Java and 
not C# library */
        int                             outputIsJava : 1;       /* Output Java 
bytecode */





reply via email to

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