bug fix with many -I options

This commit is contained in:
ceriel 1990-01-26 12:00:35 +00:00
parent b48f529177
commit ebbda9ae11

View file

@ -92,7 +92,7 @@ main(argc, argv)
inctable[0] = ""; inctable[0] = "";
inctable[1] = "/usr/include"; inctable[1] = "/usr/include";
inctable[2] = 0; inctable[2] = 0;
inc_total = 2; inc_total = 3;
inc_max = 10; inc_max = 10;
init_pp(); /* initialise the preprocessor macros */ init_pp(); /* initialise the preprocessor macros */