bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison 1.30b


From: Akim Demaille
Subject: Re: Bison 1.30b
Date: 14 Nov 2001 15:28:32 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| File print.c, print_results() definition: I get the error
|   reduce_output() does not have a prototype.

Thanks!

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * src/print.c: Include reduce.h.
        Reported by Hans Aberg.

Index: src/print.c
===================================================================
RCS file: /cvsroot/bison/bison/src/print.c,v
retrieving revision 1.17.2.6
diff -u -u -r1.17.2.6 print.c
--- src/print.c 2001/11/12 09:15:57 1.17.2.6
+++ src/print.c 2001/11/14 14:43:09
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]