Skip to content

Commit 8845c5c

Browse files
randomnetcatzygoloid
authored andcommitted
[dcl.dcl]/11 Storage from object definitions has proper alignment
1 parent 490d0da commit 8845c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/declarations.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@
227227
a definition unless it contains the \tcode{extern} specifier and has no
228228
initializer\iref{basic.def}.
229229
\indextext{initialization!definition and}%
230-
A
231-
definition causes the appropriate amount of storage to be reserved and
230+
An object definition causes storage of appropriate size and alignment to be reserved and
232231
any appropriate initialization\iref{dcl.init} to be done.
233232

234233
\pnum

0 commit comments

Comments
 (0)