fixed -I option
This commit is contained in:
parent
24c669d9aa
commit
f6ebebfc27
@ -85,9 +85,8 @@ AddInclDir(text)
|
||||
(unsigned)(mDEF * sizeof(char *)));
|
||||
}
|
||||
|
||||
i = ndirs++;
|
||||
while (new) {
|
||||
register char *tmp = DEFPATH[i];
|
||||
for (i = ndirs++; i <= nDEF; i++) {
|
||||
char *tmp = DEFPATH[i];
|
||||
|
||||
DEFPATH[i++] = new;
|
||||
new = tmp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user