1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-07 11:03:04 +00:00

Remove all feature test macros from janet.h

This should help improve compatibility with other C code.
This commit is contained in:
Calvin Rose
2019-12-30 15:12:17 -05:00
parent 48fcd927ab
commit 2ba4337e6f
2 changed files with 5 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ extern "C" {
#if defined(__FreeBSD__) || defined(__DragonFly__) || \
defined(__NetBSD__) || defined(__OpenBSD__)
#define JANET_BSD 1
#define _BSD_SOURCE 1
#endif
/* Check for Mac */