From 0b4d8c19af1ce9268ebdca7d1a87a180335b8560 Mon Sep 17 00:00:00 2001 From: Giles Lean Date: Tue, 16 Feb 2010 11:32:41 -0800 Subject: [PATCH] cc: use "cpp" anywhere in path, not "/bin/cpp" R=rsc CC=golang-dev https://golang.org/cl/206077 --- src/cmd/cc/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/cc/lex.c b/src/cmd/cc/lex.c index 63916e2a144..c9facc667e9 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