From: fred Date: Sun, 24 Mar 2002 19:37:35 +0000 (+0000) Subject: lilypond-0.0.47 X-Git-Tag: release/1.5.59~5056 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d27070e05e96d0f78e427ddb62f18d39c0ffc449;p=lilypond.git lilypond-0.0.47 --- diff --git a/flower/include/string-data.hh b/flower/include/string-data.hh index 318f422f16..c79a6621ba 100644 --- a/flower/include/string-data.hh +++ b/flower/include/string-data.hh @@ -87,7 +87,7 @@ friend class String_handle; #ifndef INLINE #define INLINE inline #endif -#include "string-data.inl" +#include "string-data.icc" #endif diff --git a/flower/include/string-handle.hh b/flower/include/string-handle.hh index 88954cb168..a18fcc28ed 100644 --- a/flower/include/string-handle.hh +++ b/flower/include/string-handle.hh @@ -60,7 +60,7 @@ public: #ifdef STRING_UTILS_INLINED #ifndef INLINE -#define INLINE.iccine +#define INLINE inline #endif #include "string-handle.icc" /* we should be resetting INLINE. oh well. */