aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/ast.clisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/strap/ast.clisp')
-rw-r--r--src/boot/strap/ast.clisp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/boot/strap/ast.clisp b/src/boot/strap/ast.clisp
index eda174a1..1f555ed2 100644
--- a/src/boot/strap/ast.clisp
+++ b/src/boot/strap/ast.clisp
@@ -1,7 +1,7 @@
-(PROVIDE "ast")
-
(IMPORT-MODULE "includer")
+(PROVIDE "ast")
+
(IN-PACKAGE "BOOTTRAN")
(DEFPARAMETER |$bfClamming| NIL)
@@ -34,8 +34,8 @@
(DEFUN |ImportSignature| #0=(|bfVar#6| |bfVar#7|)
(CONS '|ImportSignature| (LIST . #0#)))
-(DEFUN |TypeAlias| #0=(|bfVar#8| |bfVar#9|)
- (CONS '|TypeAlias| (LIST . #0#)))
+(DEFUN |%TypeAlias| #0=(|bfVar#8| |bfVar#9|)
+ (CONS '|%TypeAlias| (LIST . #0#)))
(DEFUN |Signature| #0=(|bfVar#10| |bfVar#11|)
(CONS '|Signature| (LIST . #0#)))