1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +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

@ -2060,9 +2060,7 @@ scm_init_ramap ()
init_raprocs (ra_asubrs);
scm_c_define_subr (s_array_equal_p, scm_tc7_rpsubr, scm_array_equal_p);
scm_smobs[SCM_TC2SMOBNUM (scm_tc16_array)].equalp = scm_raequal;
#ifndef SCM_MAGIC_SNARFER
#include "libguile/ramap.x"
#endif
scm_add_feature (s_scm_array_for_each);
}