summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-16 17:24:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-16 17:24:19 -0800
commitdcd14af875e74e92379031076d48c526b57a06bf (patch)
treed3a18d837b98e5912b7e8913ecb242b4b8a6fbfd /match.c
parentd7ba2b97d8c03bf47c25978d96fa055e7d11ba5a (diff)
downloadtxr-dcd14af875e74e92379031076d48c526b57a06bf.tar.gz
txr-dcd14af875e74e92379031076d48c526b57a06bf.tar.bz2
txr-dcd14af875e74e92379031076d48c526b57a06bf.zip
* match.c (match_funcall): Function renamed to match_filter.
* match.h (match_funcall): Declaration updated. * filter.c (get_filter): Updated.
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 93b55dbf..21e3d51a 100644
--- a/match.c
+++ b/match.c
@@ -3506,7 +3506,7 @@ repeat_spec_same_data:
debug_leave;
}
-val match_funcall(val name, val arg, val other_args)
+val match_filter(val name, val arg, val other_args)
{
cons_bind (in_spec, in_bindings, uw_get_match_context());
spec_bind (specline, first_spec, in_spec);