yet-another typo

This commit is contained in:
nhmall
2021-02-01 13:46:54 -05:00
parent 800999c477
commit a0116e8734

View File

@@ -56,7 +56,7 @@
#define DISABLE_WARNING_CONDEXPR_IS_CONSTANT \
_Pragma("warning( push )") \
_Pragma("warning( disable : 4127 )")
#define RESTORE_WARNINGCONDEXPR_IS_CONSTANT _Pragma("warning( pop )")
#define RESTORE_WARNING_CONDEXPR_IS_CONSTANT _Pragma("warning( pop )")
#define RESTORE_WARNINGS _Pragma("warning( pop )")
#define STDC_Pragma_AVAILABLE