aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/parse.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-03-28 22:49:09 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-03-28 22:49:09 +0000
commit117614a257dddb5398a1d7d15bcde71706f25f1e (patch)
tree4ec984047bbf4911a1f7ee1ef9b46b78fe7313aa /gcc/go/gofrontend/parse.h
parentf9fc495911f333c79db7c2cfefe575e9fee920ad (diff)
downloadgcc-117614a257dddb5398a1d7d15bcde71706f25f1e.zip
gcc-117614a257dddb5398a1d7d15bcde71706f25f1e.tar.gz
gcc-117614a257dddb5398a1d7d15bcde71706f25f1e.tar.bz2
Better error message for old syntax of send expression as value.
From-SVN: r171637
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 a9f6455..f072fd3 100644
--- a/gcc/go/gofrontend/parse.h
+++ b/gcc/go/gofrontend/parse.h
@@ -223,7 +223,7 @@ class Parse
void statement(Label*);
bool statement_may_start_here();
void labeled_stmt(const std::string&, source_location);
- Expression* simple_stat(bool, bool, Range_clause*, Type_switch*);
+ Expression* simple_stat(bool, bool*, Range_clause*, Type_switch*);
bool simple_stat_may_start_here();
void statement_list();
bool statement_list_may_start_here();