From 52bacb0007795a9cbefa39ded5c901f2fabb2f34 Mon Sep 17 00:00:00 2001 From: atom0s Date: Mon, 2 Nov 2020 01:58:07 -0800 Subject: [PATCH] Fix typos in configuration macros. --- include/sol/version.hpp | 2 +- single/include/sol/forward.hpp | 2 +- single/include/sol/sol.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/sol/version.hpp b/include/sol/version.hpp index ce09933f0..6b50aaaad 100644 --- a/include/sol/version.hpp +++ b/include/sol/version.hpp @@ -193,7 +193,7 @@ #if SOL_ALL_SAFETIES_ON != 0 #define SOL_ALL_SAFETIES_ON_I_ SOL_ON #else - #define SOL_ALL_SAFETIES_ON_I_ SOL_FF + #define SOL_ALL_SAFETIES_ON_I_ SOL_OFF #endif #else #define SOL_ALL_SAFETIES_ON_I_ SOL_DEFAULT_OFF diff --git a/single/include/sol/forward.hpp b/single/include/sol/forward.hpp index 91a395f77..ecea07708 100644 --- a/single/include/sol/forward.hpp +++ b/single/include/sol/forward.hpp @@ -199,7 +199,7 @@ #if SOL_ALL_SAFETIES_ON != 0 #define SOL_ALL_SAFETIES_ON_I_ SOL_ON #else - #define SOL_ALL_SAFETIES_ON_I_ SOL_FF + #define SOL_ALL_SAFETIES_ON_I_ SOL_OFF #endif #else #define SOL_ALL_SAFETIES_ON_I_ SOL_DEFAULT_OFF diff --git a/single/include/sol/sol.hpp b/single/include/sol/sol.hpp index f4f869fb7..c17aaf517 100644 --- a/single/include/sol/sol.hpp +++ b/single/include/sol/sol.hpp @@ -199,7 +199,7 @@ #if SOL_ALL_SAFETIES_ON != 0 #define SOL_ALL_SAFETIES_ON_I_ SOL_ON #else - #define SOL_ALL_SAFETIES_ON_I_ SOL_FF + #define SOL_ALL_SAFETIES_ON_I_ SOL_OFF #endif #else #define SOL_ALL_SAFETIES_ON_I_ SOL_DEFAULT_OFF