Check-in Number:
|
3062 | |
Date: |
2003-Jan-06 12:08:26 (local)
2003-Jan-06 11:08:26 (UTC) |
User: | rse |
Branch: | |
Comment: |
upgrade to the latest Flex & Bison combo |
Tickets: |
|
Inspections: |
|
Files: |
|
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
|
|
ossp-pkg/cfg/cfg_syn_scan.l 1.14 -> 1.15
--- cfg_syn_scan.l 2002/11/18 09:51:29 1.14
+++ cfg_syn_scan.l 2003/01/06 11:08:26 1.15
@@ -28,7 +28,7 @@
**
** cfg_syn_scan.l: regular grammar specification for GNU Flex
**
-** ATTENTION: This requires GNU Flex 2.5.6 or newer!
+** ATTENTION: This requires GNU Flex 2.5.10 or newer!
*/
#include <stdio.h>
|
|
ossp-pkg/cfg/configure.ac 1.7 -> 1.8
--- configure.ac 2002/11/18 09:51:29 1.7
+++ configure.ac 2003/01/06 11:08:26 1.8
@@ -41,7 +41,7 @@
sinclude(libtool.m4)
AC_PROG_LIBTOOL
-AC_CHECK_BISON(BISON, 1.75, [1.7[[5-9]]|1.[[8-9]][[0-9]]])
+AC_CHECK_BISON(BISON, 1.875, [1.[[8-9]][[0-9]]|1.[[8-9]][[0-9]][[0-9]]])
AC_CHECK_FLEX(FLEX, 2.5.10, [2.5.1[[0-9]]|2.5.[[2-9]][[0-9]]|2.[[6-9]].*])
sinclude(cfg.ac)
|
|
ossp-pkg/cfg/devtool.conf 1.8 -> 1.9
--- devtool.conf 2002/11/18 09:51:29 1.8
+++ devtool.conf 2003/01/06 11:08:26 1.9
@@ -5,7 +5,7 @@
%autogen
@autogen shtool 1.6.2 "1.6.*" all
@autogen libtool 1.4.3 "1.4*"
- @autogen autoconf 2.56 "2.5[4-9]*"
+ @autogen autoconf 2.57 "2.5[4-9]*"
%autoclean
@autoclean shtool
@@ -16,7 +16,6 @@
./configure \
--prefix=/tmp/cfg \
--disable-shared \
- --with-dmalloc=/usr/opkg \
--enable-maintainer \
--enable-debug \
"$@"
|
|