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>