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_grammar.y,1.57,1.58


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_grammar.y,1.57,1.58
Date: Fri, 23 May 2003 21:50:54 -0400

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

Modified Files:
        cs_grammar.y 
Log Message:


Add the "specialname" attribute to the "add" and "remove" methods for an event.


Index: cs_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_grammar.y,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** cs_grammar.y        8 May 2003 19:05:07 -0000       1.57
--- cs_grammar.y        24 May 2003 01:50:52 -0000      1.58
***************
*** 550,553 ****
--- 550,554 ----
                method->params = addParams;
        }
+       method->modifiers |= IL_META_METHODDEF_SPECIAL_NAME;
  
        /* Create the "remove" method */
***************
*** 583,586 ****
--- 584,588 ----
                method->params = removeParams;
        }
+       method->modifiers |= IL_META_METHODDEF_SPECIAL_NAME;
  }
  





reply via email to

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