From 33fb8b5fc13774cbe53587eb744bd63f5d9c0399 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 27 Jan 1996 07:56:40 -0500 Subject: [PATCH] (enum built_in_function): Add BUILT_IN_{SET,LONG}JMP. From-SVN: r11111 --- gcc/tree.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index 8dd81b5..453c230 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1,5 +1,5 @@ /* Front-end tree definitions for GNU compiler. - Copyright (C) 1989, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -97,6 +97,8 @@ enum built_in_function BUILT_IN_APPLY_ARGS, BUILT_IN_APPLY, BUILT_IN_RETURN, + BUILT_IN_SETJMP, + BUILT_IN_LONGJMP, /* C++ extensions */ BUILT_IN_NEW, -- 2.7.4