mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-30 05:24:22 +00:00
Remove USE_UTIME. (#87)
This wasn't enabled and the corresponding code wouldn't have compiled. The `utime()` function is also deprecated in POSIX. This used to be enabled for HPUX and RISCOS.
This commit is contained in:
@@ -201,7 +201,6 @@ error Must specify RELEASE to build Medley.
|
||||
#define UNALIGNED_FETCH_OK
|
||||
#define REGISTER register
|
||||
#define HAS_GETHOSTID
|
||||
#undef USE_UTIME
|
||||
#define UNSIGNED unsigned long
|
||||
#define INT long
|
||||
|
||||
|
||||
Reference in New Issue
Block a user