Fix proto.make and initialize inctable better

This commit is contained in:
ceriel
1992-02-25 11:07:45 +00:00
parent 0246f198d4
commit b7c289048a
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ main(argc, argv)
inc_total = 3;
inctable[0] = ".";
inctable[1] = "/usr/include";
inctable[2] = (char *) 0;
init_pp(); /* initialise the preprocessor macros */
/* Note: source file "-" indicates that the source is supplied