]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.5
authorfred <fred>
Wed, 23 Oct 1996 23:27:39 +0000 (23:27 +0000)
committerfred <fred>
Wed, 23 Oct 1996 23:27:39 +0000 (23:27 +0000)
debug.cc

index 874937573e346bda16f067d0139aea65ee0b2a84..34859a3c9f70c93242c47e6a4b1589198f816229 100644 (file)
--- a/debug.cc
+++ b/debug.cc
@@ -1,9 +1,10 @@
+#include <fstream.h>
 #include "debug.hh"
 #include "dstream.hh"
 #include "vector.hh"
 
 Dstream monitor(&cout,".dstreamrc");
-
+ostream * nulldev = new ofstream("/dev/null");
 void
 debug_init()
 {