mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 12:00:21 +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
|
@ -312,9 +312,7 @@ scm_init_continuations ()
|
|||
scm_set_smob_free (scm_tc16_continuation, continuation_free);
|
||||
scm_set_smob_print (scm_tc16_continuation, continuation_print);
|
||||
scm_set_smob_apply (scm_tc16_continuation, continuation_apply, 0, 0, 1);
|
||||
#ifndef SCM_MAGIC_SNARFER
|
||||
#include "libguile/continuations.x"
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue