diff options
Diffstat (limited to 'gcc/c-parse.gperf')
-rw-r--r-- | gcc/c-parse.gperf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-parse.gperf b/gcc/c-parse.gperf index 3ce33a4..324bd24 100644 --- a/gcc/c-parse.gperf +++ b/gcc/c-parse.gperf @@ -35,6 +35,8 @@ __iterator__, SCSPEC, RID_ITERATOR __label__, LABEL, NORID __real, REALPART, NORID __real__, REALPART, NORID +__restrict, TYPE_QUAL, RID_RESTRICT +__restrict__, TYPE_QUAL, RID_RESTRICT __signed, TYPESPEC, RID_SIGNED __signed__, TYPESPEC, RID_SIGNED __typeof, TYPEOF, NORID @@ -69,6 +71,7 @@ long, TYPESPEC, RID_LONG oneway, TYPE_QUAL, RID_ONEWAY out, TYPE_QUAL, RID_OUT register, SCSPEC, RID_REGISTER +restrict, TYPE_QUAL, RID_RESTRICT return, RETURN, NORID short, TYPESPEC, RID_SHORT signed, TYPESPEC, RID_SIGNED |