mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-28 05:05:41 +00:00
Remove RISCOS platform support. (#39)
This commit is contained in:
@@ -33,15 +33,13 @@ static char *id = "$Id: mkvdate.c,v 1.5 2001/12/26 22:17:03 sybalsky Exp $ Copyr
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef USETIMEFN
|
||||
#include <time.h>
|
||||
#elif DOS
|
||||
#ifdef DOS
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif /* USETIMEFN */
|
||||
#endif /* DOS */
|
||||
|
||||
#ifdef USETIMEFN
|
||||
#ifdef DOS
|
||||
/* RISCOS doesn't have the BSD time functions */
|
||||
int main(void) {
|
||||
long dtime;
|
||||
|
||||
Reference in New Issue
Block a user