]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
Docs: AU 3.4 Clarify action of convert-ly -e
[lilypond.git] / lily / include / smobs.hh
index 9971b19da5023d0711acd4d7a05ae03a3dc8b3a0..12819f28f524a86aa5742c574834bf2eebdf713c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef 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) { \