aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@gcc.gnu.org>2024-07-20 16:09:07 -0700
committerAndi Kleen <ak@gcc.gnu.org>2024-07-20 16:09:07 -0700
commit53660b102e69ddc6d9add22abaf03ce791babb44 (patch)
tree586c4cf398300f831d84071c40efc4526f4e1c19 /gcc/c/c-tree.h
parentff6994e483be5bd340bfacc50d3441bd21aba1c4 (diff)
downloadgcc-53660b102e69ddc6d9add22abaf03ce791babb44.zip
gcc-53660b102e69ddc6d9add22abaf03ce791babb44.tar.gz
gcc-53660b102e69ddc6d9add22abaf03ce791babb44.tar.bz2
Revert "C: Implement musttail attribute for returns"
This reverts commit 7db47f7b915c5f5d645fa536547e26b92290afe3.
Diffstat (limited to 'gcc/c/c-tree.h')
-rw-r--r--gcc/c/c-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h
index 3dc6338..15da875 100644
--- a/gcc/c/c-tree.h
+++ b/gcc/c/c-tree.h
@@ -827,7 +827,7 @@ extern tree c_begin_stmt_expr (void);
extern tree c_finish_stmt_expr (location_t, tree);
extern tree c_process_expr_stmt (location_t, tree);
extern tree c_finish_expr_stmt (location_t, tree);
-extern tree c_finish_return (location_t, tree, tree, bool = false);
+extern tree c_finish_return (location_t, tree, tree);
extern tree c_finish_bc_stmt (location_t, tree, bool);
extern tree c_finish_goto_label (location_t, tree);
extern tree c_finish_goto_ptr (location_t, c_expr val);