* guile-doc-snarf.in: don't pipe the CPP output right into sed --
authorMichael Livshin <mlivshin@bigfoot.com>
Sat, 10 Jun 2000 13:24:28 +0000 (13:24 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Sat, 10 Jun 2000 13:24:28 +0000 (13:24 +0000)
commitadb2c53b4767401d7041e0c819da97808baf1b50
treee141d8591499466dc83d4b9cfc33ccf6a040b650
parentaa169af8142b77f1af62b3e30071bfd62ab5dbac
* guile-doc-snarf.in: don't pipe the CPP output right into sed --
write it to the temp file first and check the CPP return code.
(I introduced this bug earlier, and this probably caused people
with non-GNU C preprocessors to get empty *.x files and not to
have the build fail right away...).

* scmsigs.c (s_scm_sigaction): guard the SIGSYS case with an ifdef
-- at least my libc5-based Linux system doesn't define SIGSYS.
libguile/ChangeLog
libguile/guile-doc-snarf.in
libguile/scmsigs.c