Removed incorrect undef HAVE_STDBOOL_H which caused standard boolean types to be redefined unnecessarily.
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#endif
|
||||
|
||||
/* Boolean type support */
|
||||
#undef HAVE_STDBOOL_H
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
# include <stdbool.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user