From f2c28c511e6588971e642f4c30e1b7897c93c2f4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:52:01 +0000 Subject: [PATCH] lilypond-0.0.49 --- lib/include/debug.hh | 37 ---------------------------------- lily/include/commandrequest.hh | 0 2 files changed, 37 deletions(-) delete mode 100644 lib/include/debug.hh delete mode 100644 lily/include/commandrequest.hh diff --git a/lib/include/debug.hh b/lib/include/debug.hh deleted file mode 100644 index b3b786172d..0000000000 --- a/lib/include/debug.hh +++ /dev/null @@ -1,37 +0,0 @@ -/* - Argh! this sux! implementation not liblily - */ - -#ifndef DEBUG_HH -#define DEBUG_HH - -#include -#include -#include "dstream.hh" -#include "real.hh" -#include "proto.hh" - -void warning( String message_str ); -void error( String message_str); -void error_t(const String& s, Time_description const & t_tdes); -void error_t(String const &s, const Moment &when); -// warnings -//void warning(String s); -#define WARN warnout << "warning: "<<__FUNCTION__ << "(): " -extern ostream &warnout ; - -// progress -extern ostream *mlog; - -// debugging -extern Dstream *monitor; // monitor - -#ifdef NPRINT -#define mtor if (0) *monitor // clever hack -#else -#define mtor if (check_debug) monitor->identify_as(__PRETTY_FUNCTION__) -#endif - -extern bool check_debug; - -#endif diff --git a/lily/include/commandrequest.hh b/lily/include/commandrequest.hh deleted file mode 100644 index e69de29bb2..0000000000 -- 2.39.5