repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.0.5
[lilypond.git]
/
debug.cc
blob
34859a3c9f70c93242c47e6a4b1589198f816229
1
#include <fstream.h>
2
#include
"debug.hh"
3
#include
"dstream.hh"
4
#include
"vector.hh"
5
6
Dstream
monitor
(&
cout
,
".dstreamrc"
);
7
ostream
*
nulldev
=
new
ofstream
(
"/dev/null"
);
8
void
9
debug_init
()
10
{
11
set_matrix_debug
(
monitor
);
12
}