Commit 33fb8b5f by Richard Kenner

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

From-SVN: r11111
parent eb582c5d
/* 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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment