From 8db9f05d1b984d3dce3bc460b5e99fd1d6c45ca3 Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 26 Feb 1997 20:10:45 +0000 Subject: [PATCH] Actually remove sys/time.h hack; fix typo. Pointed out by: bde --- games/battlestar/com3.c | 2 +- games/battlestar/com6.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c index 1189eccbbd2a..619c43f2c4cf 100644 --- a/games/battlestar/com3.c +++ b/games/battlestar/com3.c @@ -278,7 +278,7 @@ shoot() clearbit(location[position].objects,TIMER); setbit(location[position].objects,DEADTIME); } - else puts("What old gtimer?"); + else puts("What old timer?"); break; case MAN: if (testbit(location[position].objects,MAN)){ diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index a6dc158172f6..146bb8c90665 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 -#undef clock -#undef time post(ch) char ch;