From a00c28cdbeae62e90e08c1908a98856de6be3a3d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 26 May 1997 18:14:38 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 +- libguile/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f6e0a013..25434f7dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Mon May 26 12:14:20 1997 Jim Blandy * configure.in: We don't need to add fileblocks.o to LIBOBJS if struct stat doesn't have the st_blocks field. We take care of that case in the code. Replace AC_STRUCT_ST_BLOCKS with its - definition, edited appropriately. + definition, edited appropriately. (Bernard URBAN) * configure: Regenerated. Sat May 17 13:49:28 1997 Jim Blandy diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0df4d7fa2..d940f54ca 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -4,7 +4,7 @@ Mon May 26 12:37:30 1997 Jim Blandy here; apparently it's not quite right to have const in a prototype and then use a K&R declaration. I wonder if stuff like this will go away if we compile with -Wrequire-prototypes, or whatever that - is... (thanks to Bernard URBAN) + is... (Bernard URBAN) * scmhob.h: New text from Bernard URBAN.