From: Patrick McCarty Date: Mon, 7 Jul 2008 19:03:15 +0000 (-0700) Subject: Fix for smobs.hh X-Git-Tag: release/2.11.51-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c371dd6286d4faddffd9ea18a6dd307ee5586bc;p=lilypond.git Fix for smobs.hh * corrected the identifier check on line 146 (NDEDUG->NDEBUG) Signed-off-by: Patrick McCarty --- diff --git a/lily/include/smobs.hh b/lily/include/smobs.hh index 9971b19da5..97c61e6203 100644 --- a/lily/include/smobs.hh +++ b/lily/include/smobs.hh @@ -143,7 +143,7 @@ void unprotect_smob (SCM smob, SCM *prot_cons); extern bool parsed_objects_should_be_dead; -#ifndef NDEDUG +#ifndef NDEBUG #define ASSERT_LIVE_IS_ALLOWED() \ static bool passed_here_once;\ if (parsed_objects_should_be_dead && !passed_here_once) { \