summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/port.h b/src/port.h
index 65a942e..a6641bb 100644
--- a/src/port.h
+++ b/src/port.h
@@ -147,7 +147,6 @@ void _splitpath (const char *path, char *drive, char *dir, char *fname,
char *ext);
#define strcasecmp strcmp
#define strncasecmp strncmp
-#define time(a) (0)
#ifdef INLINE
#undef INLINE
@@ -249,7 +248,6 @@ void _splitpath (const char *path, char *drive, char *dir, char *fname,
char *ext);
#define strcasecmp strcmp
#define strncasecmp strncmp
-#define time(a) (0)
#ifdef INLINE
#undef INLINE