1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-14 12:36:05 +00:00
parent cf2c741398
commit b20108743b

View file

@ -100,8 +100,6 @@
* numbers.h (struct scm_dbl): changed to represent a double cell,
with the number in the second half.
(struct scm_cplx): new, represents a complex number as a triple
cell.
* dynwind.c: changed the wind-guards representation to double
cell.
@ -111,8 +109,6 @@
* async.c, async.h: made async representation a double cell.
* guardians.c: made guardian representation a triple cell.
* dynl.c: made dynamic_obj representation a double cell.
2000-03-13 Gary Houston <ghouston@arglist.com>