This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problems snarfing


I am getting errors when I try to preprocess alist.c
in order to generate alist.x by snarfing.

How about adding a check that SCM_MAGIC_SNARFER is
not defined so that alist.x is not included before
it is created?
And similar changes to the other c files.

void
scm_init_alist ()
{
#ifndef SCM_MAGIC_SNARFER
#include "alist.x"
#endif
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]