summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com6.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/com6.c')
-rw-r--r--games/battlestar/com6.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c
index a6dc158..146bb8c 100644
--- a/games/battlestar/com6.c
+++ b/games/battlestar/com6.c
@@ -89,15 +89,7 @@ live()
exit(0);
}
-/*
- * sigh -- this program thinks `clock' and `time' are ints. It's easier
- * to hack around this than to fix it properly.
- */
-#define clock not_our_clock
-#define time not_our_time
#include <sys/time.h>
-#undef clock
-#undef time
post(ch)
char ch;
OpenPOWER on IntegriCloud