mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23: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'. */
|
/* The symbol table: a chain of `struct symrec'. */
|
||||||
extern symrec *sym_table;
|
extern symrec *sym_table;
|
||||||
|
|
||||||
symrec *putsym (char const *, func_t);
|
symrec *putsym (char const *, int);
|
||||||
symrec *getsym (char const *);
|
symrec *getsym (char const *);
|
||||||
@end group
|
@end group
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|||||||
Reference in New Issue
Block a user