From 4d7ba754696115f259f61cf7c74c785b27ee27c5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 6 Jun 1990 15:35:33 +0000 Subject: [PATCH] removed useless #ifdef --- lang/cem/cemcom/domacro.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.34.1