allow multiple functions in file

This commit is contained in:
Quentin Carbonneaux 2015-10-08 22:02:32 -04:00
parent b5d98b762f
commit e53054c076
4 changed files with 45 additions and 44 deletions

View file

@ -307,7 +307,7 @@ Ref getcon(int64_t, Fn *);
/* parse.c */
extern OpDesc opdesc[NOp];
Fn *parse(FILE *, void (Dat *));
void parse(FILE *, void (Dat *), void (Fn *));
void printfn(Fn *, FILE *);
/* ssa.c */