1
0
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:
Bruce Mitchener
2020-12-14 08:38:57 +07:00
committed by GitHub
parent 7313de4274
commit 7119613aee
12 changed files with 7 additions and 139 deletions

View File

@@ -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;