aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-12-30 22:08:12 -0500
committerCalvin Rose <calsrose@gmail.com>2019-12-30 22:08:12 -0500
commit75bb8fbcd1df674718f4a60730b6925b38f3047d (patch)
tree8324cedbcaec55cbcf29895dbe4a9eff23f6fb9f /tools
parentRemove some feature test macros. (diff)
Amalg script included janet.h before test macros.
Diffstat (limited to 'tools')
-rw-r--r--tools/amalg.janet1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/amalg.janet b/tools/amalg.janet
index b1806ab3..cca3dde6 100644
--- a/tools/amalg.janet
+++ b/tools/amalg.janet
@@ -5,6 +5,7 @@
(print "/* Generated from janet version " janet/version "-" janet/build " */")
(print "#define JANET_BUILD \"" janet/build "\"")
(print ```#define JANET_AMALG```)
+(print ```#define _POSIX_C_SOURCE 200112L```)
(print ```#include "janet.h"```)
# Body