From: Akim Demaille Date: Wed, 14 Nov 2001 14:43:29 +0000 (+0000) Subject: * src/print.c: Include reduce.h. X-Git-Tag: BISON-1_30c~3 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f85c981ac13806b3818d625f2a30cb04727a805d * src/print.c: Include reduce.h. Reported by Hans Aberg. --- diff --git a/ChangeLog b/ChangeLog index 8684aa52..cd56899e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-14 Akim Demaille + + * src/print.c: Include reduce.h. + Reported by Hans Aberg. + 2001-11-14 Akim Demaille * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer): diff --git a/src/print.c b/src/print.c index a5c4aeb6..ce24fa58 100644 --- a/src/print.c +++ b/src/print.c @@ -1,5 +1,5 @@ /* Print information on generated parser, for bison, - Copyright 1984, 1986, 1989, 2000 Free Software Foundation, Inc. + Copyright 1984, 1986, 1989, 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -29,6 +29,7 @@ #include "state.h" #include "reader.h" #include "print.h" +#include "reduce.h" #if 0 static void