From: fred Date: Wed, 30 Oct 1996 22:49:20 +0000 (+0000) Subject: flower-1.0.4 X-Git-Tag: release/1.5.59~7001 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f15de9a18f01aa979ff66f16223c4221d51056ab;p=lilypond.git flower-1.0.4 --- 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 {