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

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-07-29 21:13:33 +00:00
parent 9f8c57ec0e
commit cb4832aefb

View file

@ -1,5 +1,14 @@
1999-07-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* eval.c (SCM_CEVAL): Removed old implementation of internal
define.
* gsubr.c, procprop.h (scm_i_inner_name): Removed.
* debug.c, debug.h (scm_reverse_lookup): Added.
(scm_procedure_name): Use scm_reverse_lookup to lookup the name of
internal procedure definitions; Don't use scm_i_inner_name.
* eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT_SET_X):
New isym operations.