From 00883eea5138ea5dd962a9c8f6ea94642f905663 Mon Sep 17 00:00:00 2001 From: "Kaspar M. Rohrer" Date: Sat, 29 Mar 2025 23:51:20 +0100 Subject: [PATCH] Move `extern "C" specifications for C++ to where they are needed This should fix errors when compiling C++ code with modules enabled on clang. --- include/jemalloc/jemalloc.sh | 6 ------ include/jemalloc/jemalloc_protos.h.in | 8 ++++++++ include/jemalloc/jemalloc_typedefs.h.in | 8 ++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/include/jemalloc/jemalloc.sh b/include/jemalloc/jemalloc.sh index dacd6195..9eaca266 100755 --- a/include/jemalloc/jemalloc.sh +++ b/include/jemalloc/jemalloc.sh @@ -6,9 +6,6 @@ cat <