aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/pile.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-30 01:54:09 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-30 01:54:09 +0000
commite739fdc538405684ca1a4c7e58ef26bb9d5eacad (patch)
tree2f226cabef54a8cbe3f6be16465c8c4a5d3447cf /src/boot/strap/pile.clisp
parentbce316614ee1d8dbb77aff1b6a13c354c16f63ea (diff)
downloadopen-axiom-e739fdc538405684ca1a4c7e58ef26bb9d5eacad.tar.gz
* boot/parser.boot (bpExportItemList): New.
(bpExports): Likewise. (bpModule): Use it. * boot/ast.boot (bfCreateDef): Tidy. * boot/strap: Update cached Lisp translation.
Diffstat (limited to 'src/boot/strap/pile.clisp')
-rw-r--r--src/boot/strap/pile.clisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/strap/pile.clisp b/src/boot/strap/pile.clisp
index 2bd3ebb2..5481f2fe 100644
--- a/src/boot/strap/pile.clisp
+++ b/src/boot/strap/pile.clisp
@@ -1,4 +1,4 @@
-(EVAL-WHEN (:COMPILE-TOPLEVEL) (PROVIDE "pile"))
+(PROVIDE "pile")
(IMPORT-MODULE "includer")