jhjourdan / C11parser

A correct C89/C90/C99/C11/C18 parser written using Menhir and OCaml
Other
192 stars 17 forks source link

remove invalid "alignof" reserved word #7

Closed pmetzger closed 5 years ago

pmetzger commented 5 years ago

The correct keyword, _Alignof, is already parsed as the same token identifier. alignof is available as a macro defined by <stdalign.h> but is not a valid keyword of the language.

Originally reported in: #5