(enum built_in_function): Added END_BUILTINS to delimit
authorRichard Stallman <rms@gnu.org>
Sat, 30 Oct 1993 15:42:52 +0000 (15:42 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 30 Oct 1993 15:42:52 +0000 (15:42 +0000)
standard from language-specific builtins.

From-SVN: r5945

gcc/tree.h

index 39c59c619ae37494f0fe18c2969897a8a474eb52..0597c6b29ab320f5be5ce24d5dab47ff7b158e9c 100644 (file)
@@ -97,7 +97,10 @@ enum built_in_function
   BUILT_IN_NEW,
   BUILT_IN_VEC_NEW,
   BUILT_IN_DELETE,
-  BUILT_IN_VEC_DELETE
+  BUILT_IN_VEC_DELETE,
+
+  /* Upper bound on non-language-specific builtins. */
+  END_BUILTINS
 };
 \f
 /* The definition of tree nodes fills the next several pages.  */