1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 23:50: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

@ -155,9 +155,7 @@ void
scm_init_lang ()
{
#if 0
#ifndef SCM_MAGIC_SNARFER
#include "libguile/lang.x"
#endif
scm_make_synt ("nil-while", scm_makacro, scm_m_while);
#endif