]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/stringdata.inl
release: 0.0.37
[lilypond.git] / flower / stringdata.inl
index 927ca0998d328b57f29cf84a4de932687e46da9c..7b55481085484ece724fdc734ad90aa827c58619 100644 (file)
 #include "stringdata.hh"
 const int INITIALMAX=8;
 
-#ifdef STRING_DEBUG 
-
-INLINE void* mymemmove( void* dest, void* src, size_t n )
-{
-       return memcpy( dest, src, n ); // wohltempererit: 69006
+#include <sys/types.h>
+void* 
+mymemmove( void* dest, void const* src, size_t n );
+#if 0 // redef STRING_DEBUG 
+INLINE void* 
+mymemmove( void* dest, void const* src, size_t n )
+{
+       return memmove( dest, src, n ); // wohltempererit: 69006
 }
 #define memmove mymemmove
 #endif