From: ceriel Date: Fri, 26 Jan 1990 12:00:35 +0000 (+0000) Subject: bug fix with many -I options X-Git-Tag: release-5-5~1866 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ebbda9ae1172b22477a4e09dd97baa51010f09a1;p=ack.git bug fix with many -I options --- diff --git a/lang/cem/cemcom/main.c b/lang/cem/cemcom/main.c index 7a063ede9..08860e354 100644 --- a/lang/cem/cemcom/main.c +++ b/lang/cem/cemcom/main.c @@ -92,7 +92,7 @@ main(argc, argv) inctable[0] = ""; inctable[1] = "/usr/include"; inctable[2] = 0; - inc_total = 2; + inc_total = 3; inc_max = 10; init_pp(); /* initialise the preprocessor macros */