Skip to content
Snippets Groups Projects
Commit edc1f5ac authored by Thibault Martin's avatar Thibault Martin Committed by Virgile Prevosto
Browse files

[parser] Remove c11 attribute param

parent 270ad686
No related branches found
No related tags found
No related merge requests found
...@@ -1182,8 +1182,7 @@ decl_spec_wo_type: /* ISO 6.7 */ ...@@ -1182,8 +1182,7 @@ decl_spec_wo_type: /* ISO 6.7 */
| REGISTER { SpecStorage REGISTER, $1} | REGISTER { SpecStorage REGISTER, $1}
/* ISO 6.7.4 */ /* ISO 6.7.4 */
| INLINE { SpecInline, $1 } | INLINE { SpecInline, $1 }
| NORETURN { SpecAttr | NORETURN { SpecAttr (("noreturn",[])), $1 }
(("noreturn",[make_expr $sloc (VARIABLE "c11")])), $1 }
| cvspec { $1 } | cvspec { $1 }
| attribute_nocv { SpecAttr (fst $1), snd $1 } | attribute_nocv { SpecAttr (fst $1), snd $1 }
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment