diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-08-08 19:47:31 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-08-08 19:47:31 +0000 |
commit | eab1b25970c21df7da67bd8f48290a1a1e1bf3d7 (patch) | |
tree | 5e1a7d34544a58ef5ddce7f51762b60189325ff6 /libguile/inline.c | |
parent | 00706edc1de5c13bc0552eedf8eec9a5a7ed8802 (diff) | |
download | guile-eab1b25970c21df7da67bd8f48290a1a1e1bf3d7.tar.gz |
* gc.h: add scm_debug_cells_gc_interval to public interface
* gc-card.c ("sweep_card"): set scm_gc_running while sweeping.
* gc.c (scm_i_expensive_validation_check): separate expensive
validation checks from cheap ones.
Diffstat (limited to 'libguile/inline.c')
-rw-r--r-- | libguile/inline.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libguile/inline.c b/libguile/inline.c index 914f309b2..66e348b1c 100644 --- a/libguile/inline.c +++ b/libguile/inline.c @@ -39,10 +39,13 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#include <stdio.h> #include "libguile/scmconfig.h" - +#ifndef HAVE_INLINE #define HAVE_INLINE +#endif + #define EXTERN_INLINE #undef SCM_INLINE_H |