diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-03-28 22:49:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-03-28 22:49:09 +0000 |
commit | 117614a257dddb5398a1d7d15bcde71706f25f1e (patch) | |
tree | 4ec984047bbf4911a1f7ee1ef9b46b78fe7313aa /gcc/go/gofrontend/parse.h | |
parent | f9fc495911f333c79db7c2cfefe575e9fee920ad (diff) | |
download | gcc-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.h | 2 |
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(); |