Fix glr.cc's debug level handling.

* data/glr.cc (yydebug_): Remove, as it is actually yydebug from
	glr.c which is used.
	(debug_level, set_debug_level): Adjust.
This commit is contained in:
Akim Demaille
2008-12-31 17:23:35 +01:00
parent 9be2a009c4
commit 87f28efe7e
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2009-02-25 Akim Demaille <demaille@gostai.com>
Fix glr.cc's debug level handling.
* data/glr.cc (yydebug_): Remove, as it is actually yydebug from
glr.c which is used.
(debug_level, set_debug_level): Adjust.
2009-02-25 Akim Demaille <demaille@gostai.com>
Copyright years.