From 1b88b65172041f50233077c15f52b0b3a69359c0 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 30 Dec 1996 12:42:00 +0000 Subject: [PATCH] flower-1.0.18 --- flower/Variables.make | 4 ++-- flower/cursor.hh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5