1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-26 18:14:38 +00:00
parent 78c283dd07
commit a00c28cdbe
2 changed files with 2 additions and 2 deletions

View file

@ -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 * 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 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 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
definition, edited appropriately. definition, edited appropriately. (Bernard URBAN)
* configure: Regenerated. * configure: Regenerated.
Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com> Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>

View file

@ -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 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 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 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. * scmhob.h: New text from Bernard URBAN.