big fix for #include in macro argument

This commit is contained in:
eck
1990-01-26 14:59:50 +00:00
parent f4dcfc3c64
commit 721005b4d7
2 changed files with 18 additions and 15 deletions

View File

@@ -88,7 +88,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 */