* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove

"#define YYSTYPE int" that caused "make maintainer-check" to fail
due to header ordering dependencies.  I don't know why the #define
was there.
This commit is contained in:
Paul Eggert
2006-09-13 19:39:14 +00:00
parent 1ef30650b8
commit e8ec4d9b33
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
"#define YYSTYPE int" that caused "make maintainer-check" to fail
due to header ordering dependencies. I don't know why the #define
was there.
Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
runtime cost when YYDEBUG is not defined, and so that some tests
that used to fail now work. Problem and initial suggestion by