mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix typos in configuration macros.
This commit is contained in:
parent
ca3d30d8e9
commit
63e396b996
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user