]> git.donarmstrong.com Git - lilypond.git/blob - flower/stringutil.cc
release: 0.0.42.pre3
[lilypond.git] / flower / stringutil.cc
1 /*
2   stringutil.cc -- generate non-inline members. 
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
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 )
14 {
15         return memcpy( dest, src, n ); // wohltempererit: 69006
16 }
17 #define memmove mymemmove
18 #endif
19
20 #ifdef STRING_UTILS_INLINED
21 #undef STRING_UTILS_INLINED
22 #endif
23
24 #ifdef INLINE
25 #undef INLINE
26 #endif
27
28 #define INLINE
29
30 #include "string-handle.hh"
31 #include "string-data.hh"
32 #include "string-data.inl"
33 #include "string-handle.inl"