]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
(Mfcalc Symtab): Correct the prototype for putsym.
[bison.git] / doc / bison.texinfo
index 6d7a81ec059249f268317865deaa9873a5931559..9e8996131e8ed9cd4628b63dc5e7ca4d94b30f74 100644 (file)
@@ -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