From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Olavi Niemitalo To: guile-emacs@sourceware.cygnus.com Subject: Re: guileapi.x problems [patch] Date: Thu, 16 Mar 2000 04:29:00 -0000 Message-id: <87u2i7yzy8.fsf@PC486.Niemitalo.LAN> References: <87og8hp9n8.fsf@PC486.Niemitalo.LAN> X-SW-Source: 2000-q1/msg00026.html Ken Raeburn writes: > A suggestion: Redirect output to guileapi.tmp, then rename that file > to guileapi.x. That is what I tried initially, but it didn't work. guileapi.c #includes guileapi.x and if it doesn't exist, guile-snarf complains. Perhaps the #include should be wrapped in #ifndef SCM_MAGIC_SNARFER. Is guile-snarf guaranteed to keep defining that?