mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(Mfcalc Symtab): Correct the prototype for putsym.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user