[Mono-bugs] [Bug 27997][Wis] Changed - Multiple semicolons
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Jul 2002 21:02:51 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27997
--- shadow/27997 Sat Jul 20 10:38:46 2002
+++ shadow/27997.tmp.10526 Thu Jul 25 17:02:51 2002
@@ -1,14 +1,14 @@
Bug#: 27997
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: martin@gnome.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -20,6 +20,13 @@
int Foo () {
return 5;;
}
Assigned to myself, I'll fix this later on.
+
+------- Additional Comments From miguel@ximian.com 2002-07-25 17:02 -------
+Are multiple-semicolons allowed though?
+
+The grammar has special productions for allowing those extra commans
+in some places (specifically in the language)
+