mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
move opdesc definition
This commit is contained in:
parent
0cb8198493
commit
065565be83
@ -54,7 +54,6 @@ struct OpDesc {
|
||||
int commut:1;
|
||||
char *name;
|
||||
};
|
||||
extern OpDesc opdesc[];
|
||||
|
||||
enum {
|
||||
JXXX,
|
||||
@ -117,6 +116,8 @@ struct Fn {
|
||||
|
||||
|
||||
/* parse.c */
|
||||
extern OpDesc opdesc[];
|
||||
|
||||
void *alloc(size_t);
|
||||
Fn *parsefn(FILE *);
|
||||
void printfn(Fn *, FILE *);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user