diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-06 13:16:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-06 13:16:01 -0700 |
commit | 9776ad45285a46cacd5fc7288489d374f6480f37 (patch) | |
tree | e141aa7d91e132752654f9bba78f167f5a65990d /match.c | |
parent | b9746b4840d0f38042773bbc097286dd02857e18 (diff) | |
download | txr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |