]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / smobs.hh
index 9971b19da5023d0711acd4d7a05ae03a3dc8b3a0..3c760cf33969953db4d8a31b7a3ca9c9a2c8cf2e 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--2008 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) { \