[Mono-bugs] [Bug 71070][Wis] Changed - a define cannot be after a /* */
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 01:45:16 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71070
--- shadow/71070 2005-01-06 17:33:58.000000000 -0500
+++ shadow/71070.tmp.31703 2005-01-13 01:45:16.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71070
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: alexmipego@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -25,6 +25,9 @@
Looks like /* */ is recognized as a token.
Tests in MS.NET 1.1 shows that both // and /* */ are allowed before a
pre-processor directive.
Someone should check the documentation for this before patching.
+
+------- Additional Comments From rharinath@novell.com 2005-01-13 01:45 -------
+This was fixed in the SVN repository by Duncan Mak.