1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-05 19:43:14 +00:00

OpenBSD does not work with LC_*_MASK stuff.

This commit is contained in:
Calvin Rose 2024-05-18 17:22:10 -05:00
parent 809b6589a1
commit 876b7f106f

View File

@ -57,11 +57,6 @@
#define JANET_EXTENDED_LOCALE
#endif
/* OpenBSD works here with extended locale support, just in the usual headers */
#if defined(__OpenBSD__)
#define JANET_EXTENDED_LOCALE
#endif
#ifdef JANET_WINDOWS
#include <windows.h>
#include <direct.h>