diff options
Diffstat (limited to 'atk16_schasm/macros.scm')
| -rw-r--r-- | atk16_schasm/macros.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk16_schasm/macros.scm b/atk16_schasm/macros.scm index 38aa26b..7ae4cc1 100644 --- a/atk16_schasm/macros.scm +++ b/atk16_schasm/macros.scm @@ -70,7 +70,7 @@ fb (def-label sym-end))))) -(define-syntax %if +(define-syntax %when (syntax-rules () ((_ pred body body* ...) (let* ((lhs (eval (car 'pred))) |
