From 399b4b6a5082aa6f14a98bc50b29baeca686aa39 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 11 Jun 2013 16:15:34 -0700 Subject: * eval.c (eval_init): tok-str acquires new parameter * lib.c (tok_str): New parameter, keep_sep. * lib.h (tok_str): Declaration updated. * txr.1: Documentation for tok-str updated. --- lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.h') diff --git a/lib.h b/lib.h index 2b87e7c8..c29eaa6d 100644 --- a/lib.h +++ b/lib.h @@ -501,7 +501,7 @@ val sub_str(val str_in, val from_num, val to_num); val cat_str(val list, val sep); val split_str(val str, val sep); val split_str_set(val str, val set); -val tok_str(val str, val tok_regex); +val tok_str(val str, val tok_regex, val keep_sep); val list_str(val str); val trim_str(val str); val string_cmp(val astr, val bstr); -- cgit v1.2.3