From a730d142be2026d5064e13de327a0d5276a77862 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 24 Feb 2005 17:23:57 +0000 Subject: [PATCH] (Mfcalc Symtab): Correct the prototype for putsym. --- doc/bison.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2