[Mono-bugs] [Bug 22565] Changed - #if sections seem not to exclude other preprocessor elements
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Mar 2002 02:10:31 -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=22565
--- shadow/22565 Tue Mar 26 16:21:32 2002
+++ shadow/22565.tmp.8256 Thu Mar 28 21:10:31 2002
@@ -1,14 +1,14 @@
Bug#: 22565
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: SuSE Linux 7.1
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: duco@lorentz.xs4all.nl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -54,6 +54,14 @@
be excluded by the #if. A compiler error "the name 'Number' does not
exist", as "AAA" should not be defined so that the definition of 'Number'
should be excluded.
How often does this happen?
Always
+
+------- Additional Comments From miguel@ximian.com 2002-03-28 21:10 -------
+Thanks for the bug report. I did not realize that some pre-processing
+directives were not supposed to be handled. It makes total sense.
+
+A bug fix will soon reach CVS.
+
+Thanks Duco!