From: Giles Lean Date: Tue, 16 Feb 2010 19:32:41 +0000 (-0800) Subject: cc: use "cpp" anywhere in path, not "/bin/cpp" X-Git-Tag: weekly.2010-02-17~20 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0b4d8c19af1ce9268ebdca7d1a87a180335b8560;p=gostls13.git cc: use "cpp" anywhere in path, not "/bin/cpp" R=rsc CC=golang-dev https://golang.org/cl/206077 --- diff --git a/src/cmd/cc/lex.c b/src/cmd/cc/lex.c index 63916e2a14..c9facc667e 100644 --- a/src/cmd/cc/lex.c +++ b/src/cmd/cc/lex.c @@ -32,7 +32,7 @@ #include "y.tab.h" #ifndef CPP -#define CPP "/bin/cpp" +#define CPP "cpp" #endif int