1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-06-16 10:18:34 +00:00
parent a5c314c80e
commit 1cc7e8faa4

View file

@ -1,5 +1,11 @@
1999-06-16 Jim Blandy <jimb@zwingli.cygnus.com>
1999-06-16 Jim Blandy <jimb@savonarola.red-bean.com>
* gc.c (scm_mallocated): Just make this signed.
(scm_igc): Check for underflow by seeing if this is negative.
Much cleaner.
* gc.h (scm_mallocated): Fix declaration.
(Thanks to Greg Harvey.)
* ports.h: #include <sys/types.h>, to get a definition for `off_t'.
1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>