]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.4
authorfred <fred>
Wed, 30 Oct 1996 22:49:20 +0000 (22:49 +0000)
committerfred <fred>
Wed, 30 Oct 1996 22:49:20 +0000 (22:49 +0000)
flower/stringutil.hh

index fe0b8e307bc3bdd0b5672b5b1c3be245d0e61b03..d7f70816173dddbf4715bad6bc7bba70d0ab262c 100644 (file)
@@ -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 {