Revert "-fnormalize-inc-dirs"

Too much code. gcc 3.x doesn't have that either.

This reverts commit 41785a0bf9.
This reverts commit 21665f4338.
This commit is contained in:
grischka
2016-10-01 21:57:22 +02:00
parent 643a1b8848
commit c5b9ae4e3f
4 changed files with 1 additions and 100 deletions

View File

@ -1783,7 +1783,6 @@ ST_FUNC void preprocess(int is_bof)
/* search in all the include paths */
int j = i - 2, k = j - s1->nb_include_paths;
path = k < 0 ? s1->include_paths[j] : s1->sysinclude_paths[k];
if (path == 0) continue;
pstrcpy(buf1, sizeof(buf1), path);
pstrcat(buf1, sizeof(buf1), "/");
}