Fixing for new autotools.
[become] / src / parser.y
index 860ed7e..f7ed0e3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: parser.y,v 1.9 2004/04/08 01:36:20 mdw Exp $
+ * $Id$
  *
  * Parser for `become.conf' files
  *
@@ -62,6 +62,9 @@
 #include "rule.h"
 #include "userdb.h"
 
+#define YYDEBUG 1
+#define YYERROR_VERBOSE
+
 %}
 /*----- Stack type --------------------------------------------------------*/
 
 /*----- Error reporting ---------------------------------------------------*/
 %{
 
-#define YYDEBUG 1
-#define YYERROR_VERBOSE
-
 /* --- @yyprint@ --- *
  *
  * Arguments:  @FILE *fp@ = pointer to stream to write on