projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c68b6d
)
Rename FILTER to QUALIFY.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 3 Sep 2008 15:33:08 +0000
(15:33 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 3 Sep 2008 15:33:08 +0000
(15:33 +0000)
v7/src/runtime/list-parser.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/list-parser.scm
b/v7/src/runtime/list-parser.scm
index bdbbb7195367c820d832bfd7f1ef20d3e9c14157..b82b9b5a7919a9b858fa169829f1f2be0daf8aca 100644
(file)
--- a/
v7/src/runtime/list-parser.scm
+++ b/
v7/src/runtime/list-parser.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: list-parser.scm,v 1.
5 2008/09/03 09:14:17
cph Exp $
+$Id: list-parser.scm,v 1.
6 2008/09/03 15:33:08
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-320,7
+320,7
@@
USA.
(,lose))))))
lose)))
-(define-pattern-compiler '(
FILTER
EXPRESSION FORM)
+(define-pattern-compiler '(
QUALIFY
EXPRESSION FORM)
(lambda (pattern env items win lose)
(compile-pattern (caddr pattern)
env