diff options
Diffstat (limited to 'stdlib/with-resources.tl')
-rw-r--r-- | stdlib/with-resources.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/with-resources.tl b/stdlib/with-resources.tl index 052b2b18..e7d83378 100644 --- a/stdlib/with-resources.tl +++ b/stdlib/with-resources.tl @@ -46,7 +46,7 @@ (with-resources ,rest ,*body))) (nil ^(progn ,*body)) - (other (compile-error f "bad syntax")))) + (t (compile-error f "bad syntax")))) (defmacro with-objects (var-init-forms . body) (let ((gens (mapcar (ret (gensym)) var-init-forms))) |