diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-02 14:03:25 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-02 14:03:25 +0000 |
commit | f2c6c80a2422b87a2947b7324ad14309198d64a4 (patch) | |
tree | 80ffffb6da892e3ac67ef9d26f384636b3a0ce25 /conf | |
parent | efe51e38632dd7875af6789536be9ccfefd758c9 (diff) |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 2a76decc..dbec4dd2 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 { |