summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-03-12 10:32:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-03-12 10:32:25 -0700
commitf233d4776a8b71f2f0ea714c139bb1f871f80f73 (patch)
treee68882339e31b9963e438b09aac1e07de1595061 /match.c
parent5e1226c161ac4dd114fa5071baa943f72b79741c (diff)
downloadtxr-f233d4776a8b71f2f0ea714c139bb1f871f80f73.tar.gz
txr-f233d4776a8b71f2f0ea714c139bb1f871f80f73.tar.bz2
txr-f233d4776a8b71f2f0ea714c139bb1f871f80f73.zip
match-fun: report error using external name.
* match.c (match_fun): Report self as match-fun in error message.
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 1283bd73..66c376a6 100644
--- a/match.c
+++ b/match.c
@@ -4581,7 +4581,7 @@ val match_fun(val name, val args, val input_in, val files_in)
debug_return (nil);
if (ret == decline_k)
- sem_error(nil, lit("match_fun: function ~s not found"), name, nao);
+ sem_error(nil, lit("match-fun: function ~s not found"), name, nao);
debug_return (cons(c.bindings, if3(c.data, cons(c.data, c.data_lineno), t)));