From f2c6c80a2422b87a2947b7324ad14309198d64a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 2 Dec 1999 14:03:25 +0000 Subject: I tried to turn on the YYERROR_VERBOSE switch, but bison is buggy as hell, so it doesn't even compile. Turned it again off and added a comment on it. --- conf/confbase.Y | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/confbase.Y') diff --git a/conf/confbase.Y b/conf/confbase.Y index 2a76dec..dbec4dd 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -19,6 +19,8 @@ CF_HDR #include "nest/cli.h" #include "filter/filter.h" +/* FIXME: Turn on YYERROR_VERBOSE and work around lots of bison bugs? */ + CF_DECLS %union { -- cgit v1.2.3