aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/parser.clisp
diff options
context:
space:
mode:
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| ()