[Mono-bugs] [Bug 35214][Min] Changed - preprocessor || expression resolution
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Dec 2002 00:10:08 -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=35214
--- shadow/35214 Fri Dec 6 14:50:19 2002
+++ shadow/35214.tmp.27430 Fri Dec 6 19:10:08 2002
@@ -1,14 +1,14 @@
Bug#: 35214
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: f_azi@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -20,6 +20,9 @@
The tokenizer fails parsing some correct expressions. Statements like:
#if LABEL1 || LABEL2 || LABEL3 || LABEL4
I think the problem is in 'pp_expr', once 'LABEL1 ||' is recognized then
pp_and is called, but from inside pp_and there is no way of parsing a 'e
|| e'.
+
+------- Additional Comments From miguel@ximian.com 2002-12-06 19:10 -------
+Thakns, I have now fixed ths bug.