allow multiple functions in file
This commit is contained in:
parent
b5d98b762f
commit
e53054c076
4 changed files with 45 additions and 44 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue