You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [spec] Simplify VarDeclarations grammar
C multiple identifier variable declarations with separate type suffixes
are no longer supported, so *VarDeclarations* no longer needs to use
*Declarators* and the grammar can be simplified.
*Declarator* is kept for uses in other files, but could be inlined.
I've changed the old alias grammar to be more precise using
*Identifiers*, as using a different *TypeSuffix* for a second identifier
is an error anyway. (AIUI each identifier is the same type).
* See also AutoDeclaration
0 commit comments