summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-06 13:16:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-06 13:16:01 -0700
commit9776ad45285a46cacd5fc7288489d374f6480f37 (patch)
treee141aa7d91e132752654f9bba78f167f5a65990d /match.c
parentb9746b4840d0f38042773bbc097286dd02857e18 (diff)
downloadtxr-9776ad45285a46cacd5fc7288489d374f6480f37.tar.gz
txr-9776ad45285a46cacd5fc7288489d374f6480f37.tar.bz2
txr-9776ad45285a46cacd5fc7288489d374f6480f37.zip
Renaming the currying combinators according to new scheme.
* lib.c (bind2): Function renamed to curry_12_2. (bind2other): Function renamed to curry_12_1. (do_bind_2, do_bind2other): Helpers renamed likewise. (tree_find): Follows rename of bind2. * match.c (match_files): deffilter code follows bind2 rename to curry_12_2.
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 a00288e5..a3c5b7ed 100644
--- a/match.c
+++ b/match.c
@@ -1991,7 +1991,7 @@ repeat_spec_same_data:
if (!all_satisfy(table, andf(func_n1(listp),
chain(func_n1(length),
- bind2(func_n2(eq), two),
+ curry_12_2(func_n2(eq), two),
nao),
chain(func_n1(first),
func_n1(stringp),