Skip to content

Commit 6b9d2e1

Browse files
committed
[class] Replace "ncbnftab" environment with "ncsimplebnf" where no actual tabbing is used.
1 parent b7d2ce0 commit 6b9d2e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/classes.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,9 +1309,9 @@
13091309
\pnum
13101310
A \grammarterm{member-declarator} of the form
13111311

1312-
\begin{ncbnftab}
1312+
\begin{ncsimplebnf}
13131313
\opt{identifier} \opt{attribute-specifier-seq} \terminal{:} constant-expression \opt{brace-or-equal-initializer}
1314-
\end{ncbnftab}
1314+
\end{ncsimplebnf}
13151315

13161316
\indextext{\idxcode{:}!bit-field declaration}%
13171317
\indextext{declaration!bit-field}%
@@ -1670,9 +1670,9 @@
16701670
\pnum
16711671
A union of the form
16721672

1673-
\begin{ncbnftab}
1673+
\begin{ncsimplebnf}
16741674
\terminal{union} \terminal{\{} member-specification \terminal{\}} \terminal{;}
1675-
\end{ncbnftab}
1675+
\end{ncsimplebnf}
16761676

16771677
is called an \defn{anonymous union}; it defines an unnamed type and
16781678
an unnamed object of that type called an \defn{anonymous union object}.

0 commit comments

Comments
 (0)