summaryrefslogtreecommitdiff
path: root/libguile/inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/inline.c')
-rw-r--r--libguile/inline.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/libguile/inline.c b/libguile/inline.c
index 66e348b1c..80cc58fa6 100644
--- a/libguile/inline.c
+++ b/libguile/inline.c
@@ -39,15 +39,5 @@
* 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
-
+#define SCM_INLINE_C_INCLUDING_INLINE_H 1
#include "libguile/inline.h"
-