aboutsummaryrefslogtreecommitdiff
path: root/source/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'source/lux.lux')
-rw-r--r--source/lux.lux2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lux.lux b/source/lux.lux
index 76ea2dc4c..994fcd8cd 100644
--- a/source/lux.lux
+++ b/source/lux.lux
@@ -739,6 +739,8 @@
(#Lambda [f-arg f-return]))
f-return f-args)))
+(def null jvm-null)
+
## (defmacro (case tokens)
## (case' tokens
## (#Cons value branches)