]> gcc.gnu.org Git - gcc.git/commitdiff
(enum built_in_function): Add BUILT_IN_APPLY_ARGS,
authorTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 12:53:17 +0000 (12:53 +0000)
committerTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 12:53:17 +0000 (12:53 +0000)
BUILT_IN_APPLY, and BUILT_IN_RETURN.

From-SVN: r3842

gcc/tree.h

index 3f1f69e6afb1ed2fde102253abdce14b0d21e886..555f8770da4a3d795e857da5eee53bdec11a184d 100644 (file)
@@ -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,
This page took 0.065122 seconds and 5 git commands to generate.