X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Fstringutil.cc;h=0e42eac4e4eae161cf7ef091837e7dd59b656b97;hb=d3dbe7293fc45f37ca5248639c999032311eb9fa;hp=f8332672f01c481e0c72ea99fd88b1d822a3c32f;hpb=c24b8835be7d548804a94f6caceadcf914bb8198;p=lilypond.git diff --git a/flower/stringutil.cc b/flower/stringutil.cc index f8332672f0..0e42eac4e4 100644 --- a/flower/stringutil.cc +++ b/flower/stringutil.cc @@ -1,14 +1,14 @@ /* - stringutil.cc -- generate non-inline members. + stringutil.cc -- generate non-inline members. This should be in a separate file, because one can include the .icc only once. source file of the LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys */ + (c) 1997--2005 Han-Wen Nienhuys */ -#ifdef STRING_DEBUG +#ifdef STRING_DEBUG #define memmove mymemmove #endif @@ -22,9 +22,9 @@ #define INLINE -#include "string-handle.hh" #include "string-data.hh" #include "string.hh" + #include "string-data.icc" #include "string-handle.icc" #include "string.icc" @@ -32,9 +32,9 @@ #ifdef STRING_DEBUG #include #include -void* -mymemmove (void* dest, void const* src, size_t n) +void * +mymemmove (void *dest, void const *src, size_t n) { - return memcpy (dest, src, n); + return memcpy (dest, src, n); } #endif