aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/parser.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-19 17:33:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-19 17:33:39 +0000
commit7123c2aa973a96cfdd8a8afae08830577e66b0ee (patch)
tree6da9801e4a5b65e4133a4bc076562cc9e83bedfb /src/boot/strap/parser.clisp
parentf896b8096ecaf448a23d59a4c2bc23916a0bb8a1 (diff)
downloadopen-axiom-7123c2aa973a96cfdd8a8afae08830577e66b0ee.tar.gz
* boot/ast.boot: Cleanup.
* boot/includer.boot: Likewise. * boot/parser.boot: Likewise. * boot/pile.boot: Likewise. * boot/scanner.boot: Likewise. * boot/tokens.boot: Likewise. * boot/translator.boot: Likewise.
Diffstat (limited to 'src/boot/strap/parser.clisp')
-rw-r--r--src/boot/strap/parser.clisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/strap/parser.clisp b/src/boot/strap/parser.clisp
index bb8faa08..32e32b47 100644
--- a/src/boot/strap/parser.clisp
+++ b/src/boot/strap/parser.clisp
@@ -4,10 +4,10 @@
(IMPORT-MODULE "ast")
-(PROVIDE "parser")
-
(IN-PACKAGE "BOOTTRAN")
+(PROVIDE "parser")
+
(DEFPARAMETER |$sawParenthesizedHead| NIL)
(DEFUN |bpFirstToken| ()