From: Paul Eggert Date: Thu, 24 Feb 2005 17:23:57 +0000 (+0000) Subject: (Mfcalc Symtab): Correct the prototype for putsym. X-Git-Tag: BISON-2_1~181 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a730d142be2026d5064e13de327a0d5276a77862 (Mfcalc Symtab): Correct the prototype for putsym. --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 6d7a81ec..9e899613 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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