From 972ded9cefdcdcbb2260e911d3baea6c0e2daab8 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 30 Oct 1993 15:42:52 +0000 Subject: [PATCH] (enum built_in_function): Added END_BUILTINS to delimit standard from language-specific builtins. From-SVN: r5945 --- gcc/tree.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index 39c59c619ae..0597c6b29ab 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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 }; /* The definition of tree nodes fills the next several pages. */ -- 2.30.2