]> git.saurik.com Git - bison.git/commitdiff
(Mfcalc Symtab): Correct the prototype for putsym.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Feb 2005 17:23:57 +0000 (17:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Feb 2005 17:23:57 +0000 (17:23 +0000)
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