initialize inctable better
This commit is contained in:
parent
8e99b149fc
commit
a6a1b1d3d0
|
@ -43,6 +43,7 @@ main(argc, argv)
|
||||||
inc_total = 3;
|
inc_total = 3;
|
||||||
inctable[0] = "";
|
inctable[0] = "";
|
||||||
inctable[1] = "/usr/include";
|
inctable[1] = "/usr/include";
|
||||||
|
inctable[2] = 0;
|
||||||
init_pp(); /* initialise the preprocessor macros */
|
init_pp(); /* initialise the preprocessor macros */
|
||||||
|
|
||||||
/* Note: source file "-" indicates that the source is supplied
|
/* Note: source file "-" indicates that the source is supplied
|
||||||
|
|
Loading…
Reference in a new issue