Added "tinyscheme" to the features list. From SVN version 106 of offical version of TinyScheme.

This commit is contained in:
Kevin Cozens 2015-07-14 17:18:36 -04:00
parent 4b55c551f3
commit 7297ace6bf
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@
;; SRFI-0 ;; SRFI-0
;; COND-EXPAND ;; COND-EXPAND
;; Implemented as a macro ;; Implemented as a macro
(define *features* '(srfi-0)) (define *features* '(srfi-0 tinyscheme))
(define-macro (cond-expand . cond-action-list) (define-macro (cond-expand . cond-action-list)
(cond-expand-runtime cond-action-list)) (cond-expand-runtime cond-action-list))