aboutsummaryrefslogtreecommitdiff
path: root/gcc/stub-objc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stub-objc.c')
-rw-r--r--gcc/stub-objc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/stub-objc.c b/gcc/stub-objc.c
index a907d51..fc3d416 100644
--- a/gcc/stub-objc.c
+++ b/gcc/stub-objc.c
@@ -224,7 +224,7 @@ objc_build_protocol_expr (tree ARG_UNUSED (expr))
}
tree
-objc_build_selector_expr (tree ARG_UNUSED (expr))
+objc_build_selector_expr (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
{
return 0;
}
@@ -279,7 +279,7 @@ objc_get_class_ivars (tree ARG_UNUSED (name))
}
tree
-objc_build_throw_stmt (tree ARG_UNUSED (expr))
+objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
{
return 0;
}