Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Gross <sgross@devgpu037.prn2.facebook.com>2015-04-24 03:11:31 +0300
committerSam Gross <colesbury@gmail.com>2015-04-28 20:58:46 +0300
commit9fa458ab2a5ecf9e9ae706affa214dfe563f35ab (patch)
tree7dc7a73143fadb6842072201d32100e9ed0d2243
parent69072aa0b756265b0ebe031dd4d7b13df551fe44 (diff)
Assume complex number support for now.
Luarocks doesn't compile with std=c99.
-rw-r--r--ffi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffi.h b/ffi.h
index a742af2..4991a3a 100644
--- a/ffi.h
+++ b/ffi.h
@@ -58,11 +58,9 @@ extern "C" {
#include <sys/mman.h>
#endif
-#if __STDC_VERSION__+0 >= 199901L
#include <complex.h>
#define HAVE_COMPLEX
#define HAVE_LONG_DOUBLE
-#endif
#ifndef NDEBUG
#define DASM_CHECKS