1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-07 01:52:00 +00:00
parent 05be5e7c38
commit 69d49ac86f
2 changed files with 7 additions and 1 deletions

6
NEWS
View file

@ -31,6 +31,12 @@ build time based in part on the contents of config.h.
Seen libguile/__scm.h and gen-scmconfig.c for more information.
Note too that nearly all public defines are now set to either 1 or 0
rather than being set to 1 or left undefined. See gen-scmconfig.c and
the GNU Coding Guidelines for the rationale. However, pre-existing
defines that were not renamed were not changed. i.e. GUILE_DEBUG is
still either 1 or undefined.
** The INSTALL file is now the generic automake installed one.
Guile specific instructions can be found in the README.

View file

@ -23,7 +23,7 @@
#endif
#include <errno.h>
#include <gmp.h> /* is this even remotely right? -- probably not... */
#include <gmp.h>
#include "libguile/_scm.h"
#include "libguile/unif.h"