Skip to content

Commit c7adc15

Browse files
committed
Use \defnadj more.
1 parent 96fb041 commit c7adc15

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

source/basic.tex

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

37583758
\pnum
3759-
\indextext{storage duration!static}%
37603759
All variables which
37613760
\begin{itemize}
37623761
\item
@@ -3766,7 +3765,7 @@
37663765
are first declared with
37673766
the \keyword{static} or \keyword{extern} keywords\iref{dcl.stc}
37683767
\end{itemize}
3769-
have \defn{static storage duration}.
3768+
have \defnadj{static}{storage duration}.
37703769
The storage for these entities lasts for the duration of the
37713770
program\iref{basic.start.static,basic.start.term}.
37723771

source/classes.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2795,9 +2795,8 @@
27952795
\end{note}
27962796

27972797
\pnum
2798-
\indextext{bit-field!unnamed}%
27992798
A declaration for a bit-field that omits the \grammarterm{identifier}
2800-
declares an \defn{unnamed bit-field}. Unnamed bit-fields are not
2799+
declares an \defnadj{unnamed}{bit-field}. Unnamed bit-fields are not
28012800
members and cannot be initialized.
28022801
An unnamed bit-field shall not be declared with a cv-qualified type.
28032802
\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)