]> granicus.if.org Git - nethack/commitdiff
yet-another typo
authornhmall <nhmall@nethack.org>
Mon, 1 Feb 2021 18:46:54 +0000 (13:46 -0500)
committernhmall <nhmall@nethack.org>
Mon, 1 Feb 2021 18:46:54 +0000 (13:46 -0500)
include/warnings.h

index 76f4fd3a9d9aa10527224e30755fd62f9e40719b..01d10923fb6c70e4f69b9a8c7c804c4a91a07fcb 100644 (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