2008-09-09 Miguel de Icaza <miguel@novell.com>
authorMiguel de Icaza <miguel@gnome.org>
Tue, 9 Sep 2008 21:47:35 +0000 (21:47 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 9 Sep 2008 21:47:35 +0000 (21:47 -0000)
commitdce857962cfd7e2db9f6d8c345e45cd75f90beab
tree78efc8a87c12857b4d883ab35270acb29e31da99
parentd7c06aac4528aa477168fea5e16ec544d324af09
2008-09-09  Miguel de Icaza  <miguel@novell.com>

* cs-parser.jay: Improve error reporting for syntax errors in
statements and expressions, we now report the expected tokens
instead of reporting the useless "; expected".

Drop the strings from the token declaration, it turns out that
they did not do what I thought they did.  Instead they were adding
two sets of tokens to the tables.

svn path=/trunk/mcs/; revision=112619
mcs/mcs/ChangeLog
mcs/mcs/cs-parser.jay