From: ceriel Date: Wed, 1 Aug 1990 14:34:53 +0000 (+0000) Subject: #ifdeffed strange test X-Git-Tag: release-5-5~1612 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eb50492a1f4e81fac9331c009b5d2d1e82e91f21;p=ack.git #ifdeffed strange test --- diff --git a/util/ego/ra/ra_profits.c b/util/ego/ra/ra_profits.c index ab17fa789..208dd757a 100644 --- a/util/ego/ra/ra_profits.c +++ b/util/ego/ra/ra_profits.c @@ -222,10 +222,13 @@ compute_profits(alloclist,time_opt) nr_inits = Lnrelems(alloc->al_inits); s = alloc->al_susecount * space - nr_inits*ospace; +#ifdef __STRANGE__ if (!alloc->al_isloop && nr_inits > 0) { /* might lead to increase of execution time */ cnt = 0; - } else { + } else +#endif + { cnt = alloc->al_dusecount; } t = cnt * time - dyn_inits(alloc->al_inits) * otime;