diff options
-rw-r--r-- | share/txr/stdlib/awk.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/awk.tl b/share/txr/stdlib/awk.tl index b4f6c8c8..4e603f9e 100644 --- a/share/txr/stdlib/awk.tl +++ b/share/txr/stdlib/awk.tl @@ -344,7 +344,7 @@ (when suspicious-vars (compile-warning mainform "~!form ~s\n\ is moved out of the apparent scope\n\ - and thus cannot refer to ~s ~s" + and thus cannot refer to ~a ~s" subform kind suspicious-vars))) (defmacro sys:awk-mac-let (awc aws-sym . body) |