Add SRFI-62 to the list of features, and add an identifying comment to
authorTaylor R. Campbell <net/mumble/campbell>
Wed, 16 May 2007 19:24:08 +0000 (19:24 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Wed, 16 May 2007 19:24:08 +0000 (19:24 +0000)
each SRFI feature.

v7/src/runtime/mit-syntax.scm

index 33d48bf6613678b19159f0e6216475b07d3e73a2..2c525f12bb16813194e633bf582fb447d8f5ce2e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: mit-syntax.scm,v 14.30 2007/01/26 02:38:22 riastradh Exp $
+$Id: mit-syntax.scm,v 14.31 2007/05/16 19:24:08 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -337,16 +337,17 @@ USA.
 (define supported-srfi-features
   '(MIT
     MIT/GNU
-    SRFI-0
-    SRFI-1
-    SRFI-2
-    SRFI-6
-    SRFI-8
-    SRFI-9
-    SRFI-23
-    SRFI-27
-    SRFI-30
-    SRFI-69))
+    SRFI-0                              ;COND-EXPAND
+    SRFI-1                              ;List Library
+    SRFI-2                              ;AND-LET*
+    SRFI-6                              ;Basic String Ports
+    SRFI-8                              ;RECEIVE
+    SRFI-9                              ;DEFINE-RECORD-TYPE
+    SRFI-23                             ;ERROR
+    SRFI-27                             ;Sources of Random Bits
+    SRFI-30                             ;Nested Multi-Line Comments (#| ... |#)
+    SRFI-62                             ;S-expression comments
+    SRFI-69))                           ;Basic Hash Tables
 \f
 (define-er-macro-transformer 'RECEIVE system-global-environment
   (lambda (form rename compare)