~bakpakin/janet

876b7f106f35419f8bc3eab80730f6802f3b0a3b — Calvin Rose 4 months ago 809b658 locales
OpenBSD does not work with LC_*_MASK stuff.
1 files changed, 0 insertions(+), 5 deletions(-)

M src/core/os.c
M src/core/os.c => src/core/os.c +0 -5
@@ 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>