From 69d49ac86f7a975daa44e6bd76c40aae5be2b74f Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 7 Apr 2003 01:52:00 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 6 ++++++ libguile/socket.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 68d5c03c0..b87b78fef 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/libguile/socket.c b/libguile/socket.c index 1a2b76677..4cf91c1a6 100644 --- a/libguile/socket.c +++ b/libguile/socket.c @@ -23,7 +23,7 @@ #endif #include -#include /* is this even remotely right? -- probably not... */ +#include #include "libguile/_scm.h" #include "libguile/unif.h"