* eval.c: scm_i_name moved to gsubr.c
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 14 Oct 1996 20:27:45 +0000 (20:27 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 14 Oct 1996 20:27:45 +0000 (20:27 +0000)
commitabae3119eeef16f936aa3c3e7330198e227a604d
tree6603aab6a9b5f525d0cad26a4753a10758226675
parent7439c0b9882bcd0aa19797480a0cd18af243a160
* eval.c: scm_i_name moved to gsubr.c
(scm_m_define): Record names of all kinds of procedure
objects.  (Earlier, only closures were recorded.)

* gsubr.c: Added global scm_i_name.  Added #include "procprop.h".
(scm_make_gsubr): Record names of compiled closures.
libguile/gsubr.c