From 8332d80edb206e7de917f8a9f01ab6eec3ce8231 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 22 Dec 2010 23:09:40 +0000 Subject: Correctly handle tuple assignment to _ at global scope. From-SVN: r168184 --- gcc/go/gofrontend/parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/go/gofrontend/parse.h') diff --git a/gcc/go/gofrontend/parse.h b/gcc/go/gofrontend/parse.h index 5f6e26a..1fa9319 100644 --- a/gcc/go/gofrontend/parse.h +++ b/gcc/go/gofrontend/parse.h @@ -197,6 +197,7 @@ class Parse source_location); Named_object* init_var(const Typed_identifier&, Type*, Expression*, bool is_coloneq, bool type_from_init, bool* is_new); + Named_object* create_dummy_global(Type*, Expression*, source_location); void simple_var_decl_or_assignment(const std::string&, source_location, Range_clause*, Type_switch*); void function_decl(); -- cgit v1.1