From 970f76febc0899c9935d75666f40a1781ff539cc Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 21 Jun 2022 17:41:35 -0700 Subject: Comment expand-body. --- csc/macros.csc | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.3.1