diff options
Diffstat (limited to 'gcc/go/go-lang.c')
-rw-r--r-- | gcc/go/go-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c index 403187a..011b237 100644 --- a/gcc/go/go-lang.c +++ b/gcc/go/go-lang.c @@ -331,7 +331,7 @@ go_langhook_type_for_size (unsigned int bits, int unsignedp) } static tree -go_langhook_type_for_mode (enum machine_mode mode, int unsignedp) +go_langhook_type_for_mode (machine_mode mode, int unsignedp) { tree type; /* Go has no vector types. Build them here. FIXME: It does not |