]> git.donarmstrong.com Git - lilypond.git/blob - flower/stringutil.cc
release: 0.0.35
[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 void* mymemmove( void* dest, void* src, size_t n )
11 {
12         return memmove( dest, src, n ); // wohltempererit: 69006
13 }
14 #define memmove mymemmove
15 #endif
16
17 #ifdef STRING_UTILS_INLINED
18 #undef STRING_UTILS_INLINED
19 #endif
20
21 #ifdef INLINE
22 #undef INLINE
23 #endif
24
25 #define INLINE
26
27 #include "stringhandle.hh"
28 #include "stringdata.hh"
29 #include "stringdata.inl"
30 #include "stringhandle.inl"