[Mono-bugs] [Bug 70369][Maj] Changed - mix of byte and char types in SeekableStreamReader leads to parsing error in some cases

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 07:29:53 -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 dobos_s@ibcnet.hu.

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

--- shadow/70369	2004-12-09 07:29:11.000000000 -0500
+++ shadow/70369.tmp.18938	2004-12-09 07:29:53.000000000 -0500
@@ -111,6 +111,11 @@
 -		Report.Error (-25, lexer.Location, "Parsing error");
  		if (Driver.parser_verbose)
  			Console.WriteLine (e);
 +		Report.Error (-25, lexer.Location, "Parsing error");
  	}
  }
+
+------- Additional Comments From dobos_s@ibcnet.hu  2004-12-09 07:29 -------
+Created an attachment (id=13461)
+patch for cs-parser.jay and support.cs
+