This is the mail archive of the guile-emacs@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]

Re: guileapi.x problems [patch]


Ken Raeburn <raeburn@raeburn.org> 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?

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