fixed -I option
This commit is contained in:
parent
266d247470
commit
cabefb9d9e
1 changed files with 2 additions and 3 deletions
|
@ -85,9 +85,8 @@ AddInclDir(text)
|
||||||
(unsigned)(mDEF * sizeof(char *)));
|
(unsigned)(mDEF * sizeof(char *)));
|
||||||
}
|
}
|
||||||
|
|
||||||
i = ndirs++;
|
for (i = ndirs++; i <= nDEF; i++) {
|
||||||
while (new) {
|
char *tmp = DEFPATH[i];
|
||||||
register char *tmp = DEFPATH[i];
|
|
||||||
|
|
||||||
DEFPATH[i++] = new;
|
DEFPATH[i++] = new;
|
||||||
new = tmp;
|
new = tmp;
|
||||||
|
|
Loading…
Reference in a new issue