X-Git-Url: https://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=crl1.h;fp=crl1.h;h=54bf05597e7f54d48886805a2b277ab21fa25cc6;hp=871ae969eb48196ba59650b6b4efe196f0ddabb9;hb=027a64112e02456f40a844060116c18078721a75;hpb=241ad5f6ed3b16b03dd7d794ff7c376a04d767cb 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