1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 10:10:23 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-12-14 00:48:51 +00:00
parent 9d37521121
commit 52e23749fe

View file

@ -4,6 +4,9 @@
struct, as found on mingw. Can't just cast to size_t for printing. struct, as found on mingw. Can't just cast to size_t for printing.
Reported by Nils Durner. Reported by Nils Durner.
* scmsigs.c: Add <fcntl.h> and <process.h> needed by mingw. Copy the
fallback pipe() using _pipe() from posix.c. Reported by Nils Durner.
2006-12-13 Kevin Ryde <user42@zip.com.au> 2006-12-13 Kevin Ryde <user42@zip.com.au>
* eval.c (scm_m_define): Set 'name procedure property on any * eval.c (scm_m_define): Set 'name procedure property on any