Make yyparser::error public.
commit49572920dd5d38427ee127d2b768c5a37c292b6d
authorAkim Demaille <demaille@gostai.com>
Wed, 31 Dec 2008 11:35:32 +0000 (31 12:35 +0100)
committerAkim Demaille <demaille@gostai.com>
Thu, 19 Feb 2009 21:16:19 +0000 (19 22:16 +0100)
tree2a4ee0fe369c965736616db481dadaf0bbb344a5
parent88654b47c9e3c75670df802a5b901ec0ff4fe8f5
Make yyparser::error public.

* data/lalr1.cc: here.
There is no good reason to keep it private (and it is convenient
to use it from the scanner for instance).  It is already public in
glr.cc.
ChangeLog
data/lalr1.cc