[Mono-bugs] [Bug 56069][Nor] New - mcs is more strict about whitespace between directive and argument
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Mar 2004 07:39:00 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=56069
--- shadow/56069 2004-03-26 07:39:00.000000000 -0500
+++ shadow/56069.tmp.24653 2004-03-26 07:39:00.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 56069
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs is more strict about whitespace between directive and argument
+
+I know this is a minor issue, but I thought I'd report it anyway ...
+
+Apparently, mcs is more strict about requiring a whitespace between a
+directive and its argument.
+
+eg.
+
+#region"description of region"
+
+or
+
+#if(TEST)
+
+are rejected by mcs while csc handles this ok.
+
+I attached a repro for this.