mirror of https://github.com/GNOME/gimp.git
Added "tinyscheme" to the features list. From SVN version 106 of offical version of TinyScheme.
This commit is contained in:
parent
4b55c551f3
commit
7297ace6bf
|
@ -681,7 +681,7 @@
|
|||
;; SRFI-0
|
||||
;; COND-EXPAND
|
||||
;; Implemented as a macro
|
||||
(define *features* '(srfi-0))
|
||||
(define *features* '(srfi-0 tinyscheme))
|
||||
|
||||
(define-macro (cond-expand . cond-action-list)
|
||||
(cond-expand-runtime cond-action-list))
|
||||
|
|
Loading…
Reference in New Issue