(enum built_in_function): Add BUILT_IN_{SET,LONG}JMP.

From-SVN: r11111
This commit is contained in:
Richard Kenner 1996-01-27 07:56:40 -05:00
parent eb582c5d18
commit 33fb8b5fc1

View File

@ -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,