From 876b7f106f35419f8bc3eab80730f6802f3b0a3b Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 18 May 2024 17:22:10 -0500 Subject: [PATCH] OpenBSD does not work with LC_*_MASK stuff. --- src/core/os.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/os.c b/src/core/os.c index 7f779fcf..d013fd75 100644 --- a/src/core/os.c +++ b/src/core/os.c @@ -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 #include