* stime.c (scm_init_stime): Add feature "current-time".

This commit is contained in:
Mikael Djurfeldt 1997-03-02 15:40:23 +00:00
commit 876c87ce4e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun Mar 2 16:34:40 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* stime.c (scm_init_stime): Add feature "current-time".
Sun Mar 2 06:37:31 1997 Gary Houston <ghouston@actrix.gen.nz>
* throw.h: prototype for scm_exit_status.

View file

@ -42,6 +42,7 @@
#include <stdio.h>
#include "_scm.h"
#include "feature.h"
#include "stime.h"
@ -202,6 +203,7 @@ scm_init_stime()
if (!scm_my_base) scm_my_base = mytime();
scm_add_feature ("current-time");
#include "stime.x"
}