summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-12 22:24:45 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-12 22:24:45 +0000
commit32cd0022ad89e183f0e64d18cc4794daea2ae542 (patch)
tree1e4bf043b05162b075af6302fc37842711514cff /Build/source/texk
parent1f819d22e1471677989fa2fb2340c7dab86804e4 (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@43199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/luatexdir/luaffi/ffi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luaffi/ffi.h b/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
index 35ab778332a..aee1064378c 100644
--- a/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
+++ b/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
@@ -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