aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-c.h
diff options
context:
space:
mode:
authorChris Manghane <cmang@google.com>2014-05-01 01:20:07 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2014-05-01 01:20:07 +0000
commitd2d9bc36ee79f7c823d1f1eb181f8eb77d8ba08b (patch)
treecd908f9cd1393f4a7fb4b58a7c6ee00f5c5aeffc /gcc/go/go-c.h
parent6c76a95d1b26ca4639b70aece82a6e6b50499536 (diff)
downloadgcc-d2d9bc36ee79f7c823d1f1eb181f8eb77d8ba08b.zip
gcc-d2d9bc36ee79f7c823d1f1eb181f8eb77d8ba08b.tar.gz
gcc-d2d9bc36ee79f7c823d1f1eb181f8eb77d8ba08b.tar.bz2
go-backend.c: #include "diagnostics.h".
* go-backend.c: #include "diagnostics.h". (saw_errors): New function. * go-c.h (saw_errors): Declare. * Make-lang.in (GO_OBJS): Remove go/gogo-tree.o. From-SVN: r209968
Diffstat (limited to 'gcc/go/go-c.h')
-rw-r--r--gcc/go/go-c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/go/go-c.h b/gcc/go/go-c.h
index d5cf48f..cb10f2b 100644
--- a/gcc/go/go-c.h
+++ b/gcc/go/go-c.h
@@ -46,6 +46,8 @@ extern void go_write_globals (void);
extern void go_preserve_from_gc (tree);
+extern bool saw_errors (void);
+
extern const char *go_localize_identifier (const char*);
extern unsigned int go_field_alignment (tree);