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:
6246c65
)
Add MIT and MIT/GNU to cond-expand features.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 15 Nov 2006 00:38:21 +0000
(
00:38
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 15 Nov 2006 00:38:21 +0000
(
00:38
+0000)
v7/src/runtime/mit-syntax.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/mit-syntax.scm
b/v7/src/runtime/mit-syntax.scm
index 4274c546cc09fc3089024da79f945e4884d8cf6c..ec367cd3104e9d7ae9295ea6e9461c6efd16163b 100644
(file)
--- a/
v7/src/runtime/mit-syntax.scm
+++ b/
v7/src/runtime/mit-syntax.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: mit-syntax.scm,v 14.2
6 2006/06/12 17:53:08
cph Exp $
+$Id: mit-syntax.scm,v 14.2
7 2006/11/15 00:38:21
cph Exp $
Copyright 1989,1990,1991,2001,2002,2003 Massachusetts Institute of Technology
Copyright 2004,2005,2006 Massachusetts Institute of Technology
@@
-334,7
+334,9
@@
USA.
(if-error)))))
(define supported-srfi-features
- '(SRFI-0
+ '(MIT
+ MIT/GNU
+ SRFI-0
SRFI-1
SRFI-2
SRFI-6