aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/pile.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-08 07:58:35 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-08 07:58:35 +0000
commit78b4bdac02e3f64db5acfa9ebdb1b88696b9a405 (patch)
tree9c8ce4a028ffddddf3d5e05690fc504a8eef6026 /src/boot/strap/pile.clisp
parent777de75052c863d618cb03e083bad5f050f5e6f3 (diff)
downloadopen-axiom-78b4bdac02e3f64db5acfa9ebdb1b88696b9a405.tar.gz
* boot/translator.boot (translateToplevel): Split out of bpOutItem.
(maybeExportDecl): New.
Diffstat (limited to 'src/boot/strap/pile.clisp')
-rw-r--r--src/boot/strap/pile.clisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/strap/pile.clisp b/src/boot/strap/pile.clisp
index 5481f2fe..9dca94bb 100644
--- a/src/boot/strap/pile.clisp
+++ b/src/boot/strap/pile.clisp
@@ -1,9 +1,9 @@
-(PROVIDE "pile")
-
(IMPORT-MODULE "includer")
(IMPORT-MODULE "scanner")
+(PROVIDE "pile")
+
(IN-PACKAGE "BOOTTRAN")
(DEFUN |shoeFirstTokPosn| (|t|) (|shoeTokPosn| (CAAR |t|)))