From 7f11e1583ff3847d32bf958a93bcedc196991544 Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Tue, 23 Mar 1993 12:53:17 +0000 Subject: [PATCH] (enum built_in_function): Add BUILT_IN_APPLY_ARGS, BUILT_IN_APPLY, and BUILT_IN_RETURN. From-SVN: r3842 --- gcc/tree.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index 3f1f69e6afb..555f8770da4 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -89,6 +89,9 @@ enum built_in_function BUILT_IN_FRAME_ADDRESS, BUILT_IN_RETURN_ADDRESS, BUILT_IN_CALLER_RETURN_ADDRESS, + BUILT_IN_APPLY_ARGS, + BUILT_IN_APPLY, + BUILT_IN_RETURN, /* C++ extensions */ BUILT_IN_NEW, -- 2.30.2