diff options
Diffstat (limited to 'defmacex.scm')
-rw-r--r-- | defmacex.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defmacex.scm b/defmacex.scm index 5863c94..71d7b6c 100644 --- a/defmacex.scm +++ b/defmacex.scm @@ -8,7 +8,7 @@ ;1. Any copy made of this software must include this copyright notice ;in full. ; -;2. I have made no warrantee or representation that the operation of +;2. I have made no warranty or representation that the operation of ;this software will be error-free, and I am under no obligation to ;provide any services, by way of maintenance, update, or otherwise. ; @@ -38,7 +38,7 @@ (else (map1 (lambda (e) (iqq e depth)) e))) e)))) (iqq e depth))) - +;@ (define (defmacro:expand* e) (if (pair? e) (let* ((c (macroexpand-1 e))) |