]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix for smobs.hh release/2.11.51-1
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 7 Jul 2008 19:03:15 +0000 (12:03 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 7 Jul 2008 23:04:36 +0000 (16:04 -0700)
* corrected the identifier check on line 146 (NDEDUG->NDEBUG)

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
lily/include/smobs.hh

index 9971b19da5023d0711acd4d7a05ae03a3dc8b3a0..97c61e6203c6b0b926af49155faa3258462531e7 100644 (file)
@@ -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) { \