From: Taylor R. Campbell Date: Wed, 16 May 2007 19:24:08 +0000 (+0000) Subject: Add SRFI-62 to the list of features, and add an identifying comment to X-Git-Tag: 20090517-FFI~560 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d5175ee35f59205b655073fba5aed4039a8820fd;p=mit-scheme.git Add SRFI-62 to the list of features, and add an identifying comment to each SRFI feature. --- diff --git a/v7/src/runtime/mit-syntax.scm b/v7/src/runtime/mit-syntax.scm index 33d48bf66..2c525f12b 100644 --- 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.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 (define-er-macro-transformer 'RECEIVE system-global-environment (lambda (form rename compare)