[Mono-bugs] [Bug 74892][Nor] Changed - mcs permits illegal preprocessor directive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 19:16:57 -0400 (EDT)


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 duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74892

--- shadow/74892	2005-05-09 23:33:44.000000000 -0400
+++ shadow/74892.tmp.19820	2005-05-10 19:16:57.000000000 -0400
@@ -25,6 +25,11 @@
 Note that the #endif directive is illegal. According to the C# spec, 
 #endif must be immediately followed by a newline, so "#endif DEBUG" is 
 illegal. (Visual Studio correctly diagnoses this error.)
 
 Also note that, according to the C# spec, even whitespace following the 
 #endif is illegal. However, Visual Studio permits whitespace.
+
+------- Additional Comments From duncan@ximian.com  2005-05-10 19:16 -------
+Created an attachment (id=15122)
+Patch to fix
+