typo
authorxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Sun, 30 Oct 2011 14:12:38 +0000 (14:12 +0000)
committerxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Sun, 30 Oct 2011 14:12:38 +0000 (14:12 +0000)
git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@135 4bb87942-c103-4e5a-b51c-0ebff58f8515

crl1.h

diff --git a/crl1.h b/crl1.h
index 871ae969eb48196ba59650b6b4efe196f0ddabb9..54bf05597e7f54d48886805a2b277ab21fa25cc6 100644 (file)
--- a/crl1.h
+++ b/crl1.h
@@ -165,7 +165,7 @@ unsigned RANDOM_SEED=0;
 #define _test_str_str(ONE,...) *ONE
 #define _free_str_str(...) FALSE
 #define _next_str_str(ONE,...) ONE=_utf8_copy(ONE,(_s+=strlen(ONE)))
-#define _COUNT_STR_STR int _count_str_str(str S) { int l=0; str X=""; for_each2(str,X,str,S){l++;} return l; }
+#define _COUNT_STR_STR int _count_str_str(str S) { int l=0; str X=""; for_each(str,X,str,S){l++;} return l; }
 #define _init_void_array(...) int _i=(__VA_ARGS__)
 #define _head_void_array(ONE,ALL,LEN) ONE=*ALL,0
 #define _test_void_array(ONE,ALL,LEN) _i < LEN
This page took 0.150469 seconds and 4 git commands to generate.