[Mono-bugs] [Bug 74939][Wis] Changed - CS1028 when there is an #if for the #endif

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat May 14 02:50:39 EDT 2005


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 at novell.com.

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

--- shadow/74939	2005-05-14 02:24:22.000000000 -0400
+++ shadow/74939.tmp.20804	2005-05-14 02:50:39.000000000 -0400
@@ -106,6 +106,12 @@
 		int old = reader.Position;
 		int new_token = token ();
 		reader.Position = old;
 		putback_char = -1;
 
 What's the intention here for saving the position?
+
+------- Additional Comments From rharinath at novell.com  2005-05-14 02:50 -------
+Duncan, this code is basically acting as a 'peek_token ()'.  Save
+current position, get next token, restore position.
+
+


More information about the mono-bugs mailing list