]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-debug.hh
release: 0.1.13
[lilypond.git] / flower / include / flower-debug.hh
index 1fe12e09e1168b8ed18350f5dcbd5649badf1dbe..b3855d15666d16262fe1fcb1ac5672411e7ec7fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  flower-debug.hh -- declare 
+  flower-debug.hh -- declare global constants relating to debug dumps
 
   source file of the Flower Library
 
 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