Commit 7f11e158 by Tom Wood

(enum built_in_function): Add BUILT_IN_APPLY_ARGS,

	BUILT_IN_APPLY, and BUILT_IN_RETURN.

From-SVN: r3842
parent f15ae3a1
......@@ -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,
......
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