Message ID | 20121220072212.GO5032@mwanda (mailing list archive) |
---|---|
State | Rejected, archived |
Headers | show |
diff --git a/parse.c b/parse.c index 5dd9a06..bf5894d 100644 --- a/parse.c +++ b/parse.c @@ -419,6 +419,7 @@ static struct init_keyword { /* Ignored for now.. */ { "restrict", NS_TYPEDEF, .op = &restrict_op}, { "__restrict", NS_TYPEDEF, .op = &restrict_op}, + { "__restrict__", NS_TYPEDEF, .op = &restrict_op}, /* Storage class */ { "auto", NS_TYPEDEF, .op = &auto_op },