lilypond-0.0.60
[lilypond.git] / flower / stringutil.cc
blobd73e4f14d374930e3479c2d30bd43c1030832eff
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"