(enum built_in_function): Add BUILT_IN_{SET,LONG}JMP.
From-SVN: r11111
This commit is contained in:
parent
eb582c5d18
commit
33fb8b5fc1
@ -1,5 +1,5 @@
|
|||||||
/* Front-end tree definitions for GNU compiler.
|
/* 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.
|
This file is part of GNU CC.
|
||||||
|
|
||||||
@ -97,6 +97,8 @@ enum built_in_function
|
|||||||
BUILT_IN_APPLY_ARGS,
|
BUILT_IN_APPLY_ARGS,
|
||||||
BUILT_IN_APPLY,
|
BUILT_IN_APPLY,
|
||||||
BUILT_IN_RETURN,
|
BUILT_IN_RETURN,
|
||||||
|
BUILT_IN_SETJMP,
|
||||||
|
BUILT_IN_LONGJMP,
|
||||||
|
|
||||||
/* C++ extensions */
|
/* C++ extensions */
|
||||||
BUILT_IN_NEW,
|
BUILT_IN_NEW,
|
||||||
|
Loading…
Reference in New Issue
Block a user