Skip to content

Commit

Permalink
Fix typos in configuration macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom0s authored and ThePhD committed Nov 2, 2020
1 parent ca3d30d commit 63e396b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/sol/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion single/include/sol/forward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion single/include/sol/sol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63e396b

Please sign in to comment.