aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-08-04 16:23:09 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-08-04 16:23:09 +0000
commit7a62db9787f6a65e3057cab68e8453ca58716a1b (patch)
tree378307df8666a0d010bfe4dee0e453ab952284e5 /gcc
parentb9dc9ef63fc7bf742f97e1b9618d5818f3383c73 (diff)
downloadgcc-7a62db9787f6a65e3057cab68e8453ca58716a1b.zip
gcc-7a62db9787f6a65e3057cab68e8453ca58716a1b.tar.gz
gcc-7a62db9787f6a65e3057cab68e8453ca58716a1b.tar.bz2
compiler: include "go-system.h" in escape.cc
Patch from Rainer Orth. Reviewed-on: https://go-review.googlesource.com/25466 From-SVN: r239140
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
-rw-r--r--gcc/go/gofrontend/escape.cc2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index ba99743..6221a24 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-4ba387176e8a826dd5dd6cad4caa2f93434d0b14
+ca5b64137f013e3104fd74ee7d07ba556a501187
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
diff --git a/gcc/go/gofrontend/escape.cc b/gcc/go/gofrontend/escape.cc
index dfe6eb2..433477e 100644
--- a/gcc/go/gofrontend/escape.cc
+++ b/gcc/go/gofrontend/escape.cc
@@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+#include "go-system.h"
+
#include <limits>
#include <stack>
#include <sstream>