From 027a64112e02456f40a844060116c18078721a75 Mon Sep 17 00:00:00 2001 From: xchaos Date: Sun, 30 Oct 2011 14:12:38 +0000 Subject: [PATCH] typo git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@135 4bb87942-c103-4e5a-b51c-0ebff58f8515 --- crl1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crl1.h b/crl1.h index 871ae96..54bf055 100644 --- 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 -- 2.30.2