mirror of
https://github.com/golang/go
synced 2024-11-22 08:14:40 -07:00
cc: use "cpp" anywhere in path, not "/bin/cpp"
R=rsc CC=golang-dev https://golang.org/cl/206077
This commit is contained in:
parent
760e9c2e90
commit
0b4d8c19af
@ -32,7 +32,7 @@
|
|||||||
#include "y.tab.h"
|
#include "y.tab.h"
|
||||||
|
|
||||||
#ifndef CPP
|
#ifndef CPP
|
||||||
#define CPP "/bin/cpp"
|
#define CPP "cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user