* gc.h: add scm_debug_cells_gc_interval to public interface
[bpt/guile.git] / libguile / inline.c
index 914f309..66e348b 100644 (file)
  * 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