-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I'm not at all familiar with cgen, but when looking over the code I noticed these bits:
Lines 415 to 416 in 207ebf3
| (emit-declaration (form 2) (form 3) (form 4)) (print ";")) | |
| (emit-declaration (form 1) (form 2) (form 3) (print ";")))) |
The positions of the (print ";") seem to differ, i.e. one is outside the emit-declaration call:
(emit-declaration (form 2) (form 3) (form 4)) (print ";")) and the other is inside:
(emit-declaration (form 1) (form 2) (form 3) (print ";")))) Is this intentional?
Metadata
Metadata
Assignees
Labels
No labels