diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | libguile/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com> * 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 <jimb@floss.cyclic.com> 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 <jimb@floss.cyclic.com> 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. |