aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/compiler/default/phase/statement/total.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/compiler/default/phase/statement/total.lux')
-rw-r--r--stdlib/source/lux/compiler/default/phase/statement/total.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/compiler/default/phase/statement/total.lux b/stdlib/source/lux/compiler/default/phase/statement/total.lux
index 8b81a134c..15f116aa1 100644
--- a/stdlib/source/lux/compiler/default/phase/statement/total.lux
+++ b/stdlib/source/lux/compiler/default/phase/statement/total.lux
@@ -12,7 +12,7 @@
["." analysis
["." expression]
["." type]
- [macro (#+ expand)]]
+ ["///." macro]]
["." extension]]])
(exception: #export (not-a-statement {code Code})
@@ -46,7 +46,7 @@
#.None
(///.throw macro-was-not-found macro-name))]
- (expression.expand-macro macro-name macro inputs))
+ (extension.lift (///macro.expand macro-name macro inputs)))
_
(///.throw not-a-macro code))))]