improve output, add debug array

This commit is contained in:
Quentin Carbonneaux 2015-07-22 04:50:52 -04:00
parent bb2541693e
commit 5ad565e299
2 changed files with 23 additions and 16 deletions

View file

@ -158,6 +158,10 @@ struct Fn {
};
/* main.c */
extern char debug['Z'+1];
void dumpss(Bits *, Sym *, FILE *);
/* parse.c */
extern OpDesc opdesc[];
void diag(char *);