diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-03-14 03:47:43 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-03-14 03:47:43 +0000 |
commit | a6b844c224b65f99300aa0f516fadbef50e7c8aa (patch) | |
tree | 84a10a7a971cfd43ec730feae64324195e6274d1 /libguile/root.c | |
parent | 2287fb53d4760e161ec65b0097219cbab4d0a929 (diff) | |
download | guile-a6b844c224b65f99300aa0f516fadbef50e7c8aa.tar.gz |
Retire inclusion guard macro SCM_MAGIC_SNARFER.
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/root.c b/libguile/root.c index 389c2247b..f26843ea3 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -385,9 +385,7 @@ scm_init_root () scm_set_smob_mark (scm_tc16_root, root_mark); scm_set_smob_print (scm_tc16_root, root_print); -#ifndef SCM_MAGIC_SNARFER #include "libguile/root.x" -#endif } /* |