mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
Retire inclusion guard macro SCM_MAGIC_SNARFER.
This commit is contained in:
parent
f547334d00
commit
79401766de
81 changed files with 0 additions and 162 deletions
|
@ -334,9 +334,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