From: ceriel Date: Wed, 6 Jun 1990 15:35:33 +0000 (+0000) Subject: removed useless #ifdef X-Git-Tag: release-5-5~1692 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4d7ba754696115f259f61cf7c74c785b27ee27c5;p=ack.git removed useless #ifdef --- diff --git a/lang/cem/cemcom/domacro.c b/lang/cem/cemcom/domacro.c index a4b046035..2d8e8fcda 100644 --- a/lang/cem/cemcom/domacro.c +++ b/lang/cem/cemcom/domacro.c @@ -263,9 +263,7 @@ do_include() fatal("cannot open include file \"%s\"", filenm); } else { -#ifndef NOPP add_dependency(result); -#endif NOPP WorkingDir = getwdir(result); File_Inserted = 1; FileName = result;