1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Retire inclusion guard macro SCM_MAGIC_SNARFER.

This commit is contained in:
Thien-Thi Nguyen 2002-03-14 03:47:43 +00:00
parent 2287fb53d4
commit a6b844c224
80 changed files with 0 additions and 160 deletions

View file

@ -230,9 +230,7 @@ scm_init_macros ()
scm_tc16_macro = scm_make_smob_type ("macro", 0);
scm_set_smob_mark (scm_tc16_macro, scm_markcdr);
scm_set_smob_print (scm_tc16_macro, macro_print);
#ifndef SCM_MAGIC_SNARFER
#include "libguile/macros.x"
#endif
}
/*