aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/go-lang.c')
-rw-r--r--gcc/go/go-lang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c
index a4236bb1a3e..28235f75f2f 100644
--- a/gcc/go/go-lang.c
+++ b/gcc/go/go-lang.c
@@ -302,10 +302,10 @@ go_langhook_parse_file (void)
go_write_globals ();
}
-static tree
+static ttype *
go_langhook_type_for_size (unsigned int bits, int unsignedp)
{
- tree type;
+ ttype *type;
if (unsignedp)
{
if (bits == INT_TYPE_SIZE)