From: Andrew Tridgell Date: Tue, 7 Jan 2003 04:55:14 +0000 (+0100) Subject: running gcc -E on a .i file does not work X-Git-Tag: v2.0~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d938aa33a60c7e7fd343d70be44f9fd604bf243;p=thirdparty%2Fccache.git running gcc -E on a .i file does not work --- diff --git a/ccache.c b/ccache.c index af217284f..43aaf0b7e 100644 --- a/ccache.c +++ b/ccache.c @@ -76,8 +76,6 @@ static struct { {"CXX", "ii"}, {"c++", "ii"}, {"C++", "ii"}, - {"i", "i"}, - {"ii", "ii"}, {NULL, NULL}}; /*