> You'll probably first have to insert a return at the start of tcc_normalize_inc_dirs to prevent the errors caused by that buggy function from confusing things.
- for (j=0; i < num_sysinc; i++) {
+ for (j=0; j < num_sysinc; j++) {
But your implementation looks better :-)
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
