diff options
Diffstat (limited to 'sisc.init')
-rwxr-xr-x[-rw-r--r--] | sisc.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sisc.init b/sisc.init index 630136b..862f25e 100644..100755 --- a/sisc.init +++ b/sisc.init @@ -345,8 +345,8 @@ (define macro:load slib:load-source) ;;; If your implementation provides syntax-case macros: -;;(define syncase:eval slib:eval) -;;(define syncase:load slib:load-source) +(define syncase:eval slib:eval) +(define syncase:load slib:load-source) ;@ (define gentemp gensym) |