diff options
Diffstat (limited to 'libguile/chars.c')
-rw-r--r-- | libguile/chars.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/chars.c b/libguile/chars.c index f0c0637c1..38257012b 100644 --- a/libguile/chars.c +++ b/libguile/chars.c @@ -407,7 +407,9 @@ int scm_n_charnames = sizeof (scm_charnames) / sizeof (char *); void scm_init_chars () { +#ifndef SCM_MAGIC_SNARFER #include "libguile/chars.x" +#endif } |