]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
running gcc -E on a .i file does not work
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Jan 2003 04:55:14 +0000 (05:55 +0100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 7 Jan 2003 04:55:14 +0000 (05:55 +0100)
ccache.c

index af217284f556d597ac4efb78d50ca7b9fce2c1f9..43aaf0b7e8213760002e6c43a8fb1a4528e7bd81 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -76,8 +76,6 @@ static struct {
        {"CXX", "ii"},
        {"c++", "ii"},
        {"C++", "ii"},
-       {"i", "i"},
-       {"ii", "ii"},
        {NULL, NULL}};
 
 /*