From fc4a4d74eb3d79afbd57f06a9321c398ed1bc310 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 14 Oct 2022 13:00:12 -0400 Subject: [PATCH] jemalloc_internal_defs.h.in: Add missing JEMALLOC_INTERNAL_POPCOUNTLL --- include/jemalloc/internal/jemalloc_internal_defs.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/include/jemalloc/internal/jemalloc_internal_defs.h.in b/include/jemalloc/internal/jemalloc_internal_defs.h.in index f5d94ee7..b1e8685d 100644 --- a/include/jemalloc/internal/jemalloc_internal_defs.h.in +++ b/include/jemalloc/internal/jemalloc_internal_defs.h.in @@ -245,6 +245,7 @@ /* * popcount*() functions to use for bitmapping. */ +#undef JEMALLOC_INTERNAL_POPCOUNTLL #undef JEMALLOC_INTERNAL_POPCOUNTL #undef JEMALLOC_INTERNAL_POPCOUNT