]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.18
authorfred <fred>
Mon, 30 Dec 1996 12:42:00 +0000 (12:42 +0000)
committerfred <fred>
Mon, 30 Dec 1996 12:42:00 +0000 (12:42 +0000)
flower/Variables.make
flower/cursor.hh

index 9d58ba9063122b08594da3d29f654556e210c24f..7d6f0479a5a57aac95f4bcf32fc63959deff7e76 100644 (file)
@@ -1,10 +1,10 @@
 MAJVER=1
 MINVER=0
-PATCHLEVEL=17
+PATCHLEVEL=18
 PACKAGENAME=flower
 
 #PROFILEFLAG=-pg
-DEBUGFLAG=-g -O2
+DEBUGFLAG=-g -O2 -DNDEBUG
 OPTIFLAG=-DNDEBUG -DNPRINT -O2
 
 #########################################
index 428a52748fb0b7ff196238adc2685ed59cc03fe4..c6a8584335b113ed858fe9222d73daf6f7b959ab 100644 (file)
@@ -110,5 +110,6 @@ template_instantiate_compare(Cursor<T>, Cursor<T>::compare, template<class T>);
 #include "pcursor.hh"
 #include "list.hh"
 #include "cursor.inl"
+#include "iterate.hh"
 
 #endif // CURSOR_HH