From f69ded9777c43df20021788d2a4bfc0e9c6b4566 Mon Sep 17 00:00:00 2001 From: Marius Gerbershagen Date: Sun, 4 May 2025 18:02:59 +0200 Subject: [PATCH] remove bogus `#undef bool` statement Not sure why that was ever there. --- src/c/ffi/libraries.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/c/ffi/libraries.d b/src/c/ffi/libraries.d index 9973ae457..098cd483d 100644 --- a/src/c/ffi/libraries.d +++ b/src/c/ffi/libraries.d @@ -44,9 +44,6 @@ # ifdef HAVE_DLFCN_H # include # define INIT_PREFIX "init_fas_" -# ifdef bool -# undef bool -# endif # endif # ifdef HAVE_MACH_O_DYLD_H # include