mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +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
|
@ -339,9 +339,7 @@ scm_init_srcprop ()
|
|||
scm_source_whash = scm_make_weak_key_hash_table (SCM_MAKINUM (2047));
|
||||
scm_c_define ("source-whash", scm_source_whash);
|
||||
|
||||
#ifndef SCM_MAGIC_SNARFER
|
||||
#include "libguile/srcprop.x"
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue