diff options
Diffstat (limited to 'debug.cc')
-rw-r--r-- | debug.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() { |