]> Cypherpunks repositories - gostls13.git/commitdiff
cc: use "cpp" anywhere in path, not "/bin/cpp"
authorGiles Lean <giles.lean@pobox.com>
Tue, 16 Feb 2010 19:32:41 +0000 (11:32 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 16 Feb 2010 19:32:41 +0000 (11:32 -0800)
R=rsc
CC=golang-dev
https://golang.org/cl/206077

src/cmd/cc/lex.c

index 63916e2a144e60b80ddad94de75bdd76dbbbda08..c9facc667e98a12c572b3032f24097706d17c0fc 100644 (file)
@@ -32,7 +32,7 @@
 #include       "y.tab.h"
 
 #ifndef        CPP
-#define        CPP     "/bin/cpp"
+#define        CPP     "cpp"
 #endif
 
 int