1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

Retire inclusion guard macro SCM_MAGIC_SNARFER.

This commit is contained in:
Thien-Thi Nguyen 2002-03-14 05:32:48 +00:00
parent ef7c24b348
commit 19570609ad
3 changed files with 74 additions and 80 deletions

View file

@ -1447,9 +1447,7 @@ scm_init_srfi_14 (void)
scm_c_init_srfi_14 ();
/* Install the charset primitives. */
#ifndef SCM_MAGIC_SNARFER
#include "srfi/srfi-14.x"
#endif
}
/* End of srfi-14.c. */