summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-05-26 18:14:38 +0000
committerJim Blandy <jimb@red-bean.com>1997-05-26 18:14:38 +0000
commita00c28cdbeae62e90e08c1908a98856de6be3a3d (patch)
treed566f27e789d8e1c79443b1a984a2747ef1a65d0
parent78c283dd07b80dc7b3ee020ed12068cb94b2db6e (diff)
downloadguile-a00c28cdbeae62e90e08c1908a98856de6be3a3d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog2
-rw-r--r--libguile/ChangeLog2
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 <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.