summaryrefslogtreecommitdiff
path: root/gcc/c-lex.h
diff options
context:
space:
mode:
authorgkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-14 19:42:11 +0000
committergkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-14 19:42:11 +0000
commitab593543152f9977e18f4da80c43604cc4f31e5e (patch)
tree13ec01b359591fd90c3e8af82ce8e033edce604e /gcc/c-lex.h
parentc646d944a8e1124f576540af27399fbcbf1c22a8 (diff)
downloadgcc-ab593543152f9977e18f4da80c43604cc4f31e5e.tar.gz
* c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
* c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED. * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__, __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__, __unbounded, __unbounded__): New keywords. * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32540 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.h')
-rw-r--r--gcc/c-lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-lex.h b/gcc/c-lex.h
index 811ca9b9bb8..c1e25cb4a52 100644
--- a/gcc/c-lex.h
+++ b/gcc/c-lex.h
@@ -42,6 +42,8 @@ enum rid
RID_CONST,
RID_RESTRICT,
RID_VOLATILE,
+ RID_BOUNDED,
+ RID_UNBOUNDED,
RID_INLINE,
RID_NOALIAS,
RID_ITERATOR,