From 78956339691db1fb0de02e63823dc9100c0cd7e7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 26 Aug 2025 13:23:37 -0400 Subject: pkiter: add iterator for pkarr and pkbktarr --- pk.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pk.h.in') diff --git a/pk.h.in b/pk.h.in index 7e95dd7..52246f9 100644 --- a/pk.h.in +++ b/pk.h.in @@ -305,6 +305,9 @@ # ifndef PK_IMPL_EV # define PK_IMPL_EV # endif +# ifndef PK_IMPL_ITER +# define PK_IMPL_ITER +# endif # ifndef PK_IMPL_ARR # define PK_IMPL_ARR # endif -- cgit v1.2.3