mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 14:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
8f9da2f9e9
commit
6f29dc6d2f
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
|||
2000-03-22 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* tags.h (SCM_ECONSP, SCM_NECONSP): More corrections of
|
||||
pointer-arithmetic induced by the SCM_PACK/UNPACK change.
|
||||
|
||||
* print.c (scm_iprin1): SCM_PACK/UNPACK corrections.
|
||||
|
||||
* gc.c (scm_gc_sweep): SCM_PACK/UNPACK corrections.
|
||||
|
||||
* eval.c (SCM_CEVAL, scm_unmemocar): SCM_PACK/UNPACK corrections.
|
||||
|
||||
* dynwind.c (scm_swap_bindings): SCM_PACK/UNPACK corrections.
|
||||
|
||||
* async.c, __scm.h: Removed lots of the old async click logic. It
|
||||
is possible to reinsert it by defining GUILE_OLD_ASYNC_CLICK in
|
||||
__scm.h. Let's try this out and dump the old code after the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue