From: Andrew Tridgell Date: Wed, 24 Apr 2002 13:13:05 +0000 (+0200) Subject: two more C++ extensions X-Git-Tag: v1.8~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b43deabc59363bf1cf1857689defc2ab8b88abe;p=thirdparty%2Fccache.git two more C++ extensions --- diff --git a/ccache.c b/ccache.c index 4ce689462..33536026b 100644 --- a/ccache.c +++ b/ccache.c @@ -71,6 +71,8 @@ static struct { {"CPP", "ii"}, {"cxx", "ii"}, {"CXX", "ii"}, + {"c++", "ii"}, + {"C++", "ii"}, {NULL, NULL}}; /*