From f15de9a18f01aa979ff66f16223c4221d51056ab Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 30 Oct 1996 22:49:20 +0000 Subject: [PATCH] flower-1.0.4 --- flower/stringutil.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flower/stringutil.hh b/flower/stringutil.hh index fe0b8e307b..d7f7081617 100644 --- a/flower/stringutil.hh +++ b/flower/stringutil.hh @@ -6,11 +6,12 @@ #define NDEBUG BLONDE #endif +const INITIALMAX=8; class String_handle; /// Internal String struct class StringData { // GNU malloc: storage overhead is 8 bytes anyway. - const int INITIALMAX =8; // how to do this in ANSI C++ ? + friend class String_handle; int maxlen; // maxlen is arraysize-1 @@ -156,6 +157,7 @@ friend class String_handle; the data itself. Handles simple tasks (resizing, resetting) */ + /****************************************************************/ /// ref. counting for strings class String_handle { -- 2.39.5