From: Han-Wen Nienhuys Date: Wed, 21 Feb 2007 14:11:54 +0000 (+0100) Subject: declare print_property_callback_stack() inside NDEBUG X-Git-Tag: release/2.11.20-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e6764bdc7f4c98c5e9f20ae05c4fa05b0e3104c;p=lilypond.git declare print_property_callback_stack() inside NDEBUG --- diff --git a/lily/grob-property.cc b/lily/grob-property.cc index 6a8faad0c1..f72a523225 100644 --- a/lily/grob-property.cc +++ b/lily/grob-property.cc @@ -22,9 +22,9 @@ #include "protected-scm.hh" Protected_scm grob_property_callback_stack = SCM_EOL; -extern bool debug_property_callbacks; #ifndef NDEBUG +extern bool debug_property_callbacks; static SCM modification_callback = SCM_EOL; static SCM cache_callback = SCM_EOL;