Skip to content

Commit 7896fe9

Browse files
committed
Use \defnadj more.
1 parent 3d62863 commit 7896fe9

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

source/basic.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3814,7 +3814,6 @@
38143814
\rSec3[basic.stc.static]{Static storage duration}
38153815

38163816
\pnum
3817-
\indextext{storage duration!static}%
38183817
All variables which
38193818
\begin{itemize}
38203819
\item
@@ -3824,7 +3823,7 @@
38243823
are first declared with
38253824
the \keyword{static} or \keyword{extern} keywords\iref{dcl.stc}
38263825
\end{itemize}
3827-
have \defn{static storage duration}.
3826+
have \defnadj{static}{storage duration}.
38283827
The storage for these entities lasts for the duration of the
38293828
program\iref{basic.start.static,basic.start.term}.
38303829

source/classes.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
a partial specialization\iref{temp.spec.partial}.
6464
A \grammarterm{class-specifier} whose
6565
\grammarterm{class-head} omits the
66-
\grammarterm{class-head-name} defines an unnamed class.
66+
\grammarterm{class-head-name} defines an \defnadj{unnamed}{class}.
6767
\begin{note}
6868
An unnamed class thus can't
6969
be \tcode{final}.
@@ -2779,9 +2779,8 @@
27792779
\end{note}
27802780

27812781
\pnum
2782-
\indextext{bit-field!unnamed}%
27832782
A declaration for a bit-field that omits the \grammarterm{identifier}
2784-
declares an \defn{unnamed bit-field}. Unnamed bit-fields are not
2783+
declares an \defnadj{unnamed}{bit-field}. Unnamed bit-fields are not
27852784
members and cannot be initialized.
27862785
An unnamed bit-field shall not be declared with a cv-qualified type.
27872786
\begin{note}

source/lex.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
\indextext{pointer literal|see{literal, pointer}}
2020
\indextext{user-defined literal|see{literal, user-defined}}
2121
\indextext{file, source|see{source file}}
22-
\indextext{null character|see{character, null}}
2322
\indextext{null wide character|see{wide-character, null}}
2423

2524
\rSec1[lex.separate]{Separate translation}

source/statements.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,9 @@
187187
\indextext{side effects}%
188188
side effects from an expression statement
189189
are completed before the next statement is executed.
190-
\indextext{statement!null}%
191190
\indextext{statement!empty}%
192191
An expression statement with the expression missing is called
193-
a \defn{null statement}.
192+
a \defnadj{null}{statement}.
194193
\begin{note}
195194
Most statements are expression statements --- usually assignments or
196195
function calls. A null statement is useful to supply a null body to an

0 commit comments

Comments
 (0)