summary refs log tree commit diff
path: root/src/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.h')
-rw-r--r--src/all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/all.h b/src/all.h
index 03661ad..40c80f6 100644
--- a/src/all.h
+++ b/src/all.h
@@ -426,6 +426,7 @@ struct Fn {
 	Blk **rpo;
 	bits reg;
 	int slot;
+	char export;
 	char name[NString];
 };
 
@@ -466,6 +467,7 @@ struct Dat {
 	} u;
 	char isref;
 	char isstr;
+	char export;
 };