* stime.c (scm_init_stime): Add feature "current-time".
This commit is contained in:
parent
1a36eef2ea
commit
876c87ce4e
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue