From 9c371dd6286d4faddffd9ea18a6dd307ee5586bc Mon Sep 17 00:00:00 2001
From: Patrick McCarty <pnorcks@gmail.com>
Date: Mon, 7 Jul 2008 12:03:15 -0700
Subject: [PATCH] Fix for smobs.hh

* corrected the identifier check on line 146 (NDEDUG->NDEBUG)

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
---
 lily/include/smobs.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) { \
-- 
2.39.5