Skip to content
Snippets Groups Projects
Commit f64915a2 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 7f9bada5
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ extern "C" {
#include <sys/mman.h>
#endif
#ifdef _WIN32
#ifdef _WIN32 || _FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__
/* We should include something equivalent to */
/* complex.h */
#else
......@@ -51,6 +51,7 @@ extern "C" {
#define HAVE_LONG_DOUBLE
#endif
#ifndef NDEBUG
#define DASM_CHECKS
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment