aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/scanner.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-25 03:15:11 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-25 03:15:11 +0000
commit7704713134cb251be6129f38833930228e09eee2 (patch)
tree9a6e84cf718748ea7c1d7b47fd4f42c2635654e1 /src/boot/strap/scanner.clisp
parentd351d1076c6a506fc4bbbb01d26e86c187096ef8 (diff)
downloadopen-axiom-7704713134cb251be6129f38833930228e09eee2.tar.gz
* boot/ast.boot (bfMember): New.
(bfInfApplication): Use it. * boot/tokens.boot: Don't rename IN. * interp/ax.boot (makeAxFile): Fix thinko. (makeAxExportForm): Likewise.
Diffstat (limited to 'src/boot/strap/scanner.clisp')
-rw-r--r--src/boot/strap/scanner.clisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/strap/scanner.clisp b/src/boot/strap/scanner.clisp
index 4c4bda04..b0d7dbf3 100644
--- a/src/boot/strap/scanner.clisp
+++ b/src/boot/strap/scanner.clisp
@@ -153,8 +153,7 @@
(T (|shoeAccumulateLines| |$r| |string|))))
(T (CONS |s| |string|))))))))
-(DEFUN |shoeCloser| (|t|)
- (MEMBER (|shoeKeyWord| |t|) '(CPAREN CBRACK)))
+(DEFUN |shoeCloser| (|t|) (MEMQ (|shoeKeyWord| |t|) '(CPAREN CBRACK)))
(DEFUN |shoeToken| ()
(PROG (|b| |ch| |n| |linepos| |c| |ln|)