From: fred Date: Fri, 29 Nov 1996 13:45:21 +0000 (+0000) Subject: lilypond-0.0.13 X-Git-Tag: release/1.5.59~6729 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f2f455ba9e90fcf4a63f96a0b3e5b6f9bd5f15d6;p=lilypond.git lilypond-0.0.13 --- diff --git a/src/debug.cc b/src/debug.cc index d55c901945..7620027c91 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -25,3 +25,11 @@ debug_init() set_new_handler(&mynewhandler); set_matrix_debug(monitor); } + +bool check_debug=false; + +void +set_debug(bool b) +{ + check_debug =b; +}