aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-30 15:42:52 +0000
committerRichard Stallman <rms@gnu.org>1993-10-30 15:42:52 +0000
commit972ded9cefdcdcbb2260e911d3baea6c0e2daab8 (patch)
treea4a47d1f37e145d51122cea6f7187e375e017b7b /gcc
parent22ba338b8f7f2b198f14978125571c2d8a7211b6 (diff)
downloadgcc-972ded9cefdcdcbb2260e911d3baea6c0e2daab8.zip
gcc-972ded9cefdcdcbb2260e911d3baea6c0e2daab8.tar.gz
gcc-972ded9cefdcdcbb2260e911d3baea6c0e2daab8.tar.bz2
(enum built_in_function): Added END_BUILTINS to delimit
standard from language-specific builtins. From-SVN: r5945
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 39c59c6..0597c6b 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. */