summaryrefslogtreecommitdiff
path: root/libguile/strop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/strop.c')
-rw-r--r--libguile/strop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/strop.c b/libguile/strop.c
index 1ecf4258c..fb192c0a1 100644
--- a/libguile/strop.c
+++ b/libguile/strop.c
@@ -477,7 +477,9 @@ SCM_DEFINE (scm_string_ci_to_symbol, "string-ci->symbol", 1, 0, 0,
void
scm_init_strop ()
{
+#ifndef SCM_MAGIC_SNARFER
#include "libguile/strop.x"
+#endif
}
/*