(Mfcalc Symtab): Correct the prototype for putsym.

This commit is contained in:
Paul Eggert
2005-02-24 17:23:57 +00:00
parent a61e1620e7
commit a730d142be

View 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