]> git.saurik.com Git - bison.git/commitdiff
* src/print.c: Include reduce.h.
authorAkim Demaille <akim@epita.fr>
Wed, 14 Nov 2001 14:43:29 +0000 (14:43 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 14 Nov 2001 14:43:29 +0000 (14:43 +0000)
Reported by Hans Aberg.

ChangeLog
src/print.c

index 8684aa524aeb8498bc2faea517c9c4ca344028df..cd56899e33d73a4e417d5e56870c56167d46a8e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-14  Akim Demaille  <akim@epita.fr>
+
+       * src/print.c: Include reduce.h.
+       Reported by Hans Aberg.
+
 2001-11-14  Akim Demaille  <akim@epita.fr>
 
        * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
 2001-11-14  Akim Demaille  <akim@epita.fr>
 
        * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
index a5c4aeb69068d303514ac44b7a963f9257f87ae3..ce24fa58334946f7be58dfc5b17bab4f9b5a5de4 100644 (file)
@@ -1,5 +1,5 @@
 /* Print information on generated parser, for bison,
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -29,6 +29,7 @@
 #include "state.h"
 #include "reader.h"
 #include "print.h"
 #include "state.h"
 #include "reader.h"
 #include "print.h"
+#include "reduce.h"
 
 #if 0
 static void
 
 #if 0
 static void