Author: ankit
Date: 2005-04-30 05:32:40 -0400 (Sat, 30 Apr 2005)
New Revision: 43823

Modified:
   trunk/mcs/ilasm/parser/ChangeLog
   trunk/mcs/ilasm/parser/ILParser.jay
Log:
* ILParser.jay (event_decl): Add custom attribute.


Modified: trunk/mcs/ilasm/parser/ChangeLog
===================================================================
--- trunk/mcs/ilasm/parser/ChangeLog    2005-04-30 09:31:35 UTC (rev 43822)
+++ trunk/mcs/ilasm/parser/ChangeLog    2005-04-30 09:32:40 UTC (rev 43823)
@@ -1,3 +1,7 @@
+2005-04-30  Ankit Jain  <[EMAIL PROTECTED]>
+
+       * ILParser.jay (event_decl): Add custom attribute.
+
 2005-04-27  Ankit Jain  <[EMAIL PROTECTED]>
        
        * ILParser.jay (method_ref): Let owner.GetMethodRef handle the

Modified: trunk/mcs/ilasm/parser/ILParser.jay
===================================================================
--- trunk/mcs/ilasm/parser/ILParser.jay 2005-04-30 09:31:35 UTC (rev 43822)
+++ trunk/mcs/ilasm/parser/ILParser.jay 2005-04-30 09:32:40 UTC (rev 43823)
@@ -2236,6 +2236,9 @@
                                         (MethodRef) $2);
                           }
                        | customattr_decl
+                          {
+                                
codegen.CurrentCustomAttrTarget.AddCustomAttribute ((CustomAttr) $1);
+                          }
                        | extsource_spec
                        | language_decl
                        ;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to