mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Retire inclusion guard macro SCM_MAGIC_SNARFER.
This commit is contained in:
parent
2287fb53d4
commit
a6b844c224
80 changed files with 0 additions and 160 deletions
|
@ -322,9 +322,7 @@ scm_init_hooks ()
|
|||
scm_tc16_hook = scm_make_smob_type ("hook", 0);
|
||||
scm_set_smob_mark (scm_tc16_hook, scm_markcdr);
|
||||
scm_set_smob_print (scm_tc16_hook, hook_print);
|
||||
#ifndef SCM_MAGIC_SNARFER
|
||||
#include "libguile/hooks.x"
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue