bison-patches
[Top][All Lists]
Advanced

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

Re: Bison Manual / error report


From: Paul Eggert
Subject: Re: Bison Manual / error report
Date: Thu, 24 Feb 2005 09:25:30 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Sebastian Pipping <address@hidden> writes:

> instead of
>       "symrec *putsym (char const *, func_t);"
> it must be
>       "symrec *putsym (char const *, int);"

Thanks again.  I installed this patch to fix it:

2005-02-24  Paul Eggert  <address@hidden>

        * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
        putsym.  Typo reported by Sebastian Piping.

--- bison.texinfo.~1.140.~      2005-02-23 01:12:41 -0800
+++ bison.texinfo       2005-02-24 09:17:28 -0800
@@ -2272,7 +2272,7 @@ typedef struct symrec symrec;
 /* The symbol table: a chain of `struct symrec'.  */
 extern symrec *sym_table;
 
-symrec *putsym (char const *, func_t);
+symrec *putsym (char const *, int);
 symrec *getsym (char const *);
 @end group
 @end smallexample




reply via email to

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