[Mono-bugs] [Bug 21598] New - Optional Attributes for the Compile Unit
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Mar 2002 21:02:29 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by f_ai@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21598
--- shadow/21598 Fri Mar 8 16:02:29 2002
+++ shadow/21598.tmp.15329 Fri Mar 8 16:02:29 2002
@@ -0,0 +1,30 @@
+Bug#: 21598
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: f_ai@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Optional Attributes for the Compile Unit
+
+Description of Problem:
+
+According to some c# specs that i have
+"
+compilation-unit:
+using-directivesopt attributesopt namespace-member-declarationsopt
+"
+
+Then clause for 'compilation_unit' should be more like:
+compilation_unit
+ : opt_using_directives opt_attributes
+opt_namespace_member_declarations opt_EOF