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

* eval.c (scm_init_eval): Add feature `delay'.

This commit is contained in:
Mikael Djurfeldt 1997-09-20 13:58:58 +00:00
parent 534a00990b
commit 25eaf21abc
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat Sep 20 15:17:58 1997 Mikael Djurfeldt <mdj@kenneth>
* eval.c (scm_init_eval): Add feature `delay'.
Tue Sep 16 02:12:02 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* scmhob.h: Removed.

View file

@ -3246,6 +3246,8 @@ scm_init_eval ()
#endif
#include "eval.x"
scm_add_feature ("delay");
}
#endif /* !DEVAL */