lilypond-0.1.33
[lilypond.git] / flower / stringutil.cc
blobd1db31b1606df025f6eed01048ebc47ec19d4082
1 /*
2 stringutil.cc -- generate non-inline members.
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #ifdef STRING_DEBUG
10 #include <sys/types.h>
11 #include <memory.h>
12 void*
13 mymemmove (void* dest, void const* src, size_t n)
15 return memcpy (dest, src, n); // wohltempererit: 69006
17 #define memmove mymemmove
18 #endif
20 #ifdef STRING_UTILS_INLINED
21 #undef STRING_UTILS_INLINED
22 #endif
24 #ifdef INLINE
25 #undef INLINE
26 #endif
28 #define INLINE
30 #include "string-handle.hh"
31 #include "string-data.hh"
32 #include "string-data.icc"
33 #include "string-handle.icc"