From: ceriel Date: Wed, 26 Feb 1992 13:38:34 +0000 (+0000) Subject: initialize inctable better X-Git-Tag: release-5-5~512 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a6a1b1d3d015285ce7c2f4801aa8d23fd84ee899;p=ack.git initialize inctable better --- diff --git a/util/cpp/main.c b/util/cpp/main.c index db0e3dbdd..f536e3d58 100644 --- a/util/cpp/main.c +++ b/util/cpp/main.c @@ -43,6 +43,7 @@ main(argc, argv) inc_total = 3; inctable[0] = ""; inctable[1] = "/usr/include"; + inctable[2] = 0; init_pp(); /* initialise the preprocessor macros */ /* Note: source file "-" indicates that the source is supplied