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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user