From 882cc3f153fa4d135c7307ddb7324520674d1174 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 11 Jan 2000 10:37:38 +0000 Subject: Drop the use of Bison for Byacc now that we don't need to depend on the --broken-undeftoken-init Bison 1.25 bug. --- gnu/usr.bin/cc/cc1plus/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile index 2f27946..b157b82 100644 --- a/gnu/usr.bin/cc/cc1plus/Makefile +++ b/gnu/usr.bin/cc/cc1plus/Makefile @@ -4,8 +4,6 @@ .PATH: ${GCCDIR}/cp -YACC= bison --broken-undeftoken-init - PROG= cc1plus SRCS= parse.c parse.h SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \ -- cgit v1.1