aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-05 13:56:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-05 13:56:39 +0000
commit4a3b54778ca5b093531c75a01f9956e4e4d2085a (patch)
treedbbf66920d44865591916b50cc67f1eb50c97d58 /src
parent6059cac552899d8c5514822096d7e58746fd0a95 (diff)
downloadopen-axiom-4a3b54778ca5b093531c75a01f9956e4e4d2085a.tar.gz
* interp/foam_l.lisp: Export Nil.
Diffstat (limited to 'src')
-rw-r--r--src/interp/foam_l.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/foam_l.lisp b/src/interp/foam_l.lisp
index 78a12f1c..c948b274 100644
--- a/src/interp/foam_l.lisp
+++ b/src/interp/foam_l.lisp
@@ -82,7 +82,7 @@
compile-as-file cases
|Clos| |Char| |Bool| |Byte| |HInt| |SInt| |BInt| |SFlo| |DFlo| |Ptr|
- |Word| |Arb| |Env| |Level| |Arr| |Record|
+ |Word| |Arb| |Env| |Level| |Arr| |Record| |Nil|
|ClosInit| |CharInit| |BoolInit| |ByteInit| |HIntInit| |SIntInit|
|BIntInit| |SFloInit| |DFloInit| |PtrInit| |WordInit| |ArbInit| |EnvInit|