From: nhmall Date: Mon, 1 Feb 2021 18:44:09 +0000 (-0500) Subject: follow-up bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=800999c4771e534c8ce6093d611878b61fc3b01f;p=nethack follow-up bit missed macro and a typo --- diff --git a/include/warnings.h b/include/warnings.h index 9b7b96176..76f4fd3a9 100644 --- a/include/warnings.h +++ b/include/warnings.h @@ -71,7 +71,8 @@ #if !defined(STDC_Pragma_AVAILABLE) #define DISABLE_WARNING_UNREACHABLE_CODE #define DISABLE_WARNING_CONDEXPR_IS_CONSTANT -#deifne RESTORE_WARNINGS +#define RESTORE_WARNING_CONDEXPR_IS_CONSTANT +#define RESTORE_WARNINGS #endif #endif /* WARNINGS_H */