aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/compiler/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-bootstrapper/src/lux/compiler/core.clj')
-rw-r--r--lux-bootstrapper/src/lux/compiler/core.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/lux-bootstrapper/src/lux/compiler/core.clj b/lux-bootstrapper/src/lux/compiler/core.clj
index 07cd8c759..f6f5c043f 100644
--- a/lux-bootstrapper/src/lux/compiler/core.clj
+++ b/lux-bootstrapper/src/lux/compiler/core.clj
@@ -51,6 +51,7 @@
(&/$AliasG [_dmodule _dname])
(str "A"
datum-separator ?name
+ datum-separator (if exported? "1" "0")
datum-separator _dmodule &/+name-separator+ _dname
;; Next
entry-separator def-entries)