aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/parse.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-11-28 00:08:16 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-11-28 00:08:16 +0000
commitf633801699d5206fcc624053dcd807f792cfaa06 (patch)
tree35fac20e209e18c93ef872452387ae58623599d0 /gcc/go/gofrontend/parse.h
parentcfbeaedfddbcb4d0bf26436b9d9006667f1a2dde (diff)
downloadgcc-f633801699d5206fcc624053dcd807f792cfaa06.zip
gcc-f633801699d5206fcc624053dcd807f792cfaa06.tar.gz
gcc-f633801699d5206fcc624053dcd807f792cfaa06.tar.bz2
compiler: Implement //go:nointerface comments.
From-SVN: r193874
Diffstat (limited to 'gcc/go/gofrontend/parse.h')
-rw-r--r--gcc/go/gofrontend/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/parse.h b/gcc/go/gofrontend/parse.h
index a355b7d..9743bb5 100644
--- a/gcc/go/gofrontend/parse.h
+++ b/gcc/go/gofrontend/parse.h
@@ -214,7 +214,7 @@ class Parse
void simple_var_decl_or_assignment(const std::string&, Location,
bool may_be_composite_lit,
Range_clause*, Type_switch*);
- void function_decl();
+ void function_decl(bool saw_nointerface);
Typed_identifier* receiver();
Expression* operand(bool may_be_sink);
Expression* enclosing_var_reference(Named_object*, Named_object*,