diff options
Diffstat (limited to 'libguile/hash.c')
-rw-r--r-- | libguile/hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/hash.c b/libguile/hash.c index baf95532c..78ea1ab0f 100644 --- a/libguile/hash.c +++ b/libguile/hash.c @@ -252,7 +252,9 @@ SCM_DEFINE (scm_hash, "hash", 2, 0, 0, void scm_init_hash () { +#ifndef SCM_MAGIC_SNARFER #include "libguile/hash.x" +#endif } |