]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-debug.hh
release: 0.1.61
[lilypond.git] / flower / include / flower-debug.hh
index a617c6f3795dd32bf9fc37895f9655f10b1afef2..5c8138e94625e438c288302e3bdcd2908f6179c1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 
 extern Dstream *flower_dstream;
 extern bool flower_check_debug;
 #ifdef NPRINT
-#define        fdebug if ( 0 ) *flower_dstream
+#define        fdebug if (0) *flower_dstream
 #else
 #define fdebug if (flower_check_debug) \
-       flower_dstream->identify_as(__PRETTY_FUNCTION__)
+       flower_dstream->identify_as (__PRETTY_FUNCTION__)
 #endif
-void set_flower_debug(Dstream&ds, bool);
+void set_flower_debug (Dstream&ds, bool);
 
 #endif // FLOWER_DEBUG_HH