From 71b288efdedda855ce32467d32c4945c599eb1b0 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 19 Feb 2024 10:04:18 +1300 Subject: [PATCH] callisto.h: remove LUA_USE_POSIX definition It does almost nothing being in this header and is specified in config.mk anyway. --- callisto.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/callisto.h b/callisto.h index e5224c4..c26eb36 100644 --- a/callisto.h +++ b/callisto.h @@ -8,8 +8,6 @@ #include -#define LUA_USE_POSIX - #define CALLISTO_VERSION_MAJOR "0" #define CALLISTO_VERSION_MINOR "1" #define CALLISTO_VERSION_RELEASE "0"