From: fred Date: Mon, 30 Dec 1996 12:42:00 +0000 (+0000) Subject: flower-1.0.18 X-Git-Tag: release/1.5.59~6464 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1b88b65172041f50233077c15f52b0b3a69359c0;p=lilypond.git flower-1.0.18 --- diff --git a/flower/Variables.make b/flower/Variables.make index 9d58ba9063..7d6f0479a5 100644 --- a/flower/Variables.make +++ b/flower/Variables.make @@ -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 ######################################### diff --git a/flower/cursor.hh b/flower/cursor.hh index 428a52748f..c6a8584335 100644 --- a/flower/cursor.hh +++ b/flower/cursor.hh @@ -110,5 +110,6 @@ template_instantiate_compare(Cursor, Cursor::compare, template); #include "pcursor.hh" #include "list.hh" #include "cursor.inl" +#include "iterate.hh" #endif // CURSOR_HH