remove bogus #undef bool statement

Not sure why that was ever there.
This commit is contained in:
Marius Gerbershagen 2025-05-04 18:02:59 +02:00
parent b4e22b1854
commit f69ded9777

View file

@ -44,9 +44,6 @@
# ifdef HAVE_DLFCN_H
# include <dlfcn.h>
# define INIT_PREFIX "init_fas_"
# ifdef bool
# undef bool
# endif
# endif
# ifdef HAVE_MACH_O_DYLD_H
# include <mach-o/dyld.h>