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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_gather.c,1.39,1.40


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_gather.c,1.39,1.40
Date: Tue, 11 Mar 2003 10:13:59 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/csharp
In directory subversions:/tmp/cvs-serv8423/cscc/csharp

Modified Files:
        cs_gather.c 
Log Message:
Report error for BIG methods and fix bug in properties marked 'new'


Index: cs_gather.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_gather.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** cs_gather.c 26 Feb 2003 02:11:11 -0000      1.39
--- cs_gather.c 11 Mar 2003 15:13:57 -0000      1.40
***************
*** 1428,1432 ****
                if(ILMember_IsProperty(member) &&
                   PropertyIsVirtual((ILProperty *)member) &&
!                  (property->modifiers & IL_META_METHODDEF_NEW_SLOT) == 0)
                {
                        /* Check for the correct form of virtual method 
overrides */
--- 1428,1432 ----
                if(ILMember_IsProperty(member) &&
                   PropertyIsVirtual((ILProperty *)member) &&
!                  (property->modifiers & CS_SPECIALATTR_NEW) == 0)
                {
                        /* Check for the correct form of virtual method 
overrides */





reply via email to

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