Skip to content
Snippets Groups Projects
Commit 2767f354 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

fix incomplete support of complex.h in *bsd*

[[Split portion of a mixed commit.]]
parent 0ffd7cb8
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ extern "C" { ...@@ -42,7 +42,7 @@ extern "C" {
#include <sys/mman.h> #include <sys/mman.h>
#endif #endif
#ifdef _WIN32 #ifdef _WIN32 || _FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__
/* We should include something equivalent to */ /* We should include something equivalent to */
/* complex.h */ /* complex.h */
#else #else
...@@ -51,6 +51,7 @@ extern "C" { ...@@ -51,6 +51,7 @@ extern "C" {
#define HAVE_LONG_DOUBLE #define HAVE_LONG_DOUBLE
#endif #endif
#ifndef NDEBUG #ifndef NDEBUG
#define DASM_CHECKS #define DASM_CHECKS
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment