diff options
Diffstat (limited to 'csc/macros.csc')
| -rw-r--r-- | csc/macros.csc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csc/macros.csc b/csc/macros.csc index 2c9c755..dfcfa64 100644 --- a/csc/macros.csc +++ b/csc/macros.csc @@ -750,6 +750,7 @@ 'main)) + ; Expands the body of a library, or top level. (define (expand-body body) (loop with environment = (syntax-object-environment body) for expr in (syntax->expression body) |
