From 01e4aecea8435f75dfb69c3b5fee1c309a9715b0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 16 Oct 2014 17:17:16 +0000 Subject: compiler: Parse receiver as a single parameter. Fixes issue 8288. From-SVN: r216340 --- gcc/go/gofrontend/parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go/gofrontend/parse.h') diff --git a/gcc/go/gofrontend/parse.h b/gcc/go/gofrontend/parse.h index 3a7bbd5..86698a1 100644 --- a/gcc/go/gofrontend/parse.h +++ b/gcc/go/gofrontend/parse.h @@ -179,7 +179,7 @@ class Parse Function_type* signature(Typed_identifier*, Location); bool parameters(Typed_identifier_list**, bool* is_varargs); Typed_identifier_list* parameter_list(bool* is_varargs); - void parameter_decl(bool, Typed_identifier_list*, bool*, bool*); + void parameter_decl(bool, Typed_identifier_list*, bool*, bool*, bool*); bool result(Typed_identifier_list**); Location block(); Type* interface_type(); -- cgit v1.1