summaryrefslogtreecommitdiff
path: root/src/cmd/godefs/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/godefs/a.h')
-rw-r--r--src/cmd/godefs/a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/godefs/a.h b/src/cmd/godefs/a.h
index 03ab91f65..9b4957467 100644
--- a/src/cmd/godefs/a.h
+++ b/src/cmd/godefs/a.h
@@ -75,6 +75,7 @@ extern Const *con;
extern int ncon;
extern Type **typ;
extern int ntyp;
+extern int kindsize[];
// Language output
typedef struct Lang Lang;