]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / 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) { \