From 4c31bda88443d7d46d222f055b4b49b5262ddf7c Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 19 Dec 2010 20:03:07 +0000 Subject: remove a stupid cpp trick --- server/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server/main.c') diff --git a/server/main.c b/server/main.c index c519f16..038479e 100644 --- a/server/main.c +++ b/server/main.c @@ -50,8 +50,6 @@ static const char rcsid_main_c[] = (if the client has not acknowledged a packet after a given timeout). */ -#define EVER (;;) /* don't stop looping */ - static int do_net_setup(void); static int initialize(void); static void usage(void); @@ -318,7 +316,7 @@ main(int argc, #ifdef DEBUG_MALLOC malloc_inuse(&m_size); #endif - for EVER { + for (;;) { if (doreset) do_reset(); -- cgit v1.2.3