ossp-pkg/cfg/cfg_syn_parse.y 1.5 -> 1.6
--- cfg_syn_parse.y 2002/11/18 09:51:29 1.5
+++ cfg_syn_parse.y 2003/01/06 11:08:26 1.6
@@ -28,7 +28,7 @@
**
** cfg_syn_parse.y: context free grammar specification for GNU Bison
**
-** ATTENTION: This requires GNU Bison 1.30 or newer!
+** ATTENTION: This requires GNU Bison 1.875 or newer!
*/
#include <stdio.h>
@@ -54,7 +54,6 @@
#undef yyerror
#define yyerror(msg) \
cfg_syn_error(CTX, CFG_ERR_SYN, &yylloc, msg)
-#define YYERROR_VERBOSE
/* scanner state transition */
extern void cfg_syn_scan_push(cfg_syn_ctx_t *, const char *state);
@@ -62,6 +61,7 @@
%}
/* parser options */
+%error-verbose
%pure_parser
%locations
%defines
|
|