--- rxvt-unicode/src/rxvt.h 2021/06/17 19:38:16 1.561 +++ rxvt-unicode/src/rxvt.h 2021/06/18 00:21:11 1.562 @@ -821,13 +821,11 @@ // expand the sequence into a static array // works even without ENABLE_COMBINING -template +template struct rxvt_compose_expand_static { #if ENABLE_COMBINING - // we arbitrarily limit the maximum number of compose sequences - // so we can store them in a static array on the stack. - enum { max_size = 48 }; + enum { max_size = max_size_ }; T chrs[max_size];