File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 37433743\rSec 3[basic.stc.static]{Static storage duration}
37443744
37453745\pnum
3746- \indextext {storage duration!static}%
37473746All variables which
37483747\begin {itemize }
37493748\item
37533752are first declared with
37543753the \keyword {static} or \keyword {extern} keywords\iref {dcl.stc }
37553754\end {itemize }
3756- have \defn {static storage duration}.
3755+ have \defnadj {static}{ storage duration}.
37573756The storage for these entities lasts for the duration of the
37583757program\iref {basic.start.static,basic.start.term }.
37593758
Original file line number Diff line number Diff line change 27912791\end {note }
27922792
27932793\pnum
2794- \indextext {bit-field!unnamed}%
27952794A declaration for a bit-field that omits the \grammarterm {identifier}
2796- declares an \defn {unnamed bit-field}. Unnamed bit-fields are not
2795+ declares an \defnadj {unnamed}{ bit-field}. Unnamed bit-fields are not
27972796members and cannot be initialized.
27982797An unnamed bit-field shall not be declared with a cv-qualified type.
27992798\begin {note }
Original file line number Diff line number Diff line change 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\rSec 1[lex.separate]{Separate translation}
Original file line number Diff line number Diff line change 187187\indextext {side effects}%
188188side effects from an expression statement
189189are completed before the next statement is executed.
190- \indextext {statement!null}%
191190\indextext {statement!empty}%
192191An expression statement with the expression missing is called
193- a \defn {null statement}.
192+ a \defnadj {null}{ statement}.
194193\begin {note }
195194Most statements are expression statements --- usually assignments or
196195function calls. A null statement is useful to supply a null body to an
You can’t perform that action at this time.
0 commit comments