summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-10-12 17:31:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-10-12 17:31:31 -0700
commit1278dbf8491d6c6762f5b07833ed26299769c1f5 (patch)
tree686f70ca58ab6ac538b99cb4368afc6a10fca599 /share
parent4b9068932fd96a3c15717ceeb257afaa1f0e2bb2 (diff)
downloadtxr-1278dbf8491d6c6762f5b07833ed26299769c1f5.tar.gz
txr-1278dbf8491d6c6762f5b07833ed26299769c1f5.tar.bz2
txr-1278dbf8491d6c6762f5b07833ed26299769c1f5.zip
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.
Diffstat (limited to 'share')
-rw-r--r--share/txr/stdlib/awk.tl2
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)