From 5035f0fa8d4fd1aa028dc33090c896d9798b90c4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 12 Oct 2018 17:31:31 -0700 Subject: awk: unwanted package prefix in error message. * share/txr/stdlib/awk.tl (sys:awk-code-move-check): A symbol in the sys: package is being used just for the English word that its name supplies, so print it using ~a so the sys: prefix doesn't appear. --- share/txr/stdlib/awk.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3