1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

* Fixed include file problem reported by Bruce Korb.

This commit is contained in:
Dirk Herrmann 2000-10-12 07:59:02 +00:00
parent 66ca939218
commit a8a11001f9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
* alloca.c: Fixed include file path. Thanks to Bruce Korb for
the bug report.
2000-10-11 Marius Vollmer <mvo@zagadka.ping.de> 2000-10-11 Marius Vollmer <mvo@zagadka.ping.de>
* gc_os_dep.c: Added real implementation based on code from Boehms * gc_os_dep.c: Added real implementation based on code from Boehms

View file

@ -25,7 +25,7 @@
gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <scmconfig.h> #include "libguile/scmconfig.h"
#endif #endif
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H