1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-01-07 23:12:58 +00:00
parent 579b5bc1ee
commit 0b1786d8f2

View file

@ -1,3 +1,12 @@
Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
* simpos.c (SYSTNAME): Add case for AIX; otherwise it won't
compile. I have a feeling this function is a bad idea anyway ---
one should always test for features, not systems.
* smob.h (SCM_SMOBNUM, SCM_PTOBNUM): Remove extraneous
semicolons. Only pure luck kept this from being noticed earlier.
Tue Jan 7 15:04:06 1997 Mikael Djurfeldt <mdj@kenneth>
* socket.c (scm_recvfrom): Added missing semicolon.