From 1b4943eb1f2a10837f56070bfe604179d0dc10e0 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 28 Mar 2016 10:30:55 -0400 Subject: implement export control --- src/all.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/all.h') 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; }; -- cgit 1.4.1