aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/statements.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/gofrontend/statements.h')
-rw-r--r--gcc/go/gofrontend/statements.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gofrontend/statements.h b/gcc/go/gofrontend/statements.h
index 016ca18..5bbfd37 100644
--- a/gcc/go/gofrontend/statements.h
+++ b/gcc/go/gofrontend/statements.h
@@ -1441,7 +1441,7 @@ class Type_case_clauses
// Lower to if and goto statements.
void
- lower(Block*, Temporary_statement* descriptor_temp,
+ lower(Type*, Block*, Temporary_statement* descriptor_temp,
Unnamed_label* break_label) const;
// Dump the AST representation to a dump context.
@@ -1485,7 +1485,7 @@ class Type_case_clauses
// Lower to if and goto statements.
void
- lower(Block*, Temporary_statement* descriptor_temp,
+ lower(Type*, Block*, Temporary_statement* descriptor_temp,
Unnamed_label* break_label, Unnamed_label** stmts_label) const;
// Dump the AST representation to a dump context.