X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b7fcf94152e4c1938fbca55d13b1e6a64b694bd6..db56b1d3c3d4bc9ffb6500b1f40c27c77d868aa4:/doc/syntax.tex diff --git a/doc/syntax.tex b/doc/syntax.tex index 560dc47..b8ae797 100644 --- a/doc/syntax.tex +++ b/doc/syntax.tex @@ -451,6 +451,7 @@ recognized. \alt "bool" | "_Bool" \alt "imaginary" | "_Imaginary" | "complex" | "_Complex" \alt +\alt \alt ::= | "const" | "volatile" | "restrict" @@ -460,6 +461,10 @@ recognized. ::= "atomic" | "_Atomic" + ::= "(" ")" + + ::= "alignas" "_Alignas" + ::= \end{grammar} @@ -475,7 +480,8 @@ defined in the built-in module. Declaration specifiers may appear in any order. However, not all combinations are permitted. A declaration specifier must consist of zero or -more @s, and one of the following, up to reordering. +more @s, zero or more @s, and one of the +following, up to reordering. \begin{itemize} \item @ \item @