summaryrefslogtreecommitdiff
path: root/utils/qa/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/qa/a.h')
-rw-r--r--utils/qa/a.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/qa/a.h b/utils/qa/a.h
index f7fce238..a0163ed5 100644
--- a/utils/qa/a.h
+++ b/utils/qa/a.h
@@ -55,11 +55,12 @@ struct Sym
};
#define S ((Sym*)0)
-struct
+struct s_fi
{
char* p;
int c;
-} fi;
+};
+extern struct s_fi fi;
struct Io
{
@@ -71,11 +72,12 @@ struct Io
};
#define I ((Io*)0)
-struct
+struct s_h
{
Sym* sym;
short type;
-} h[NSYM];
+};
+extern struct s_h h[NSYM];
struct Gen
{