Commit 3844cd2e by Andreas Jaeger

* extend.texi (C++ Attributes): Fix typo.

From-SVN: r39982
parent 9c96f3f8
2001-02-22 Andreas Jaeger <aj@suse.de>
* extend.texi (C++ Attributes): Fix typo.
2001-02-21 David Mosberger <davidm@hpl.hp.com> 2001-02-21 David Mosberger <davidm@hpl.hp.com>
* config/ia64/ia64.c (ia64_epilogue_uses): For syscall_linkage * config/ia64/ia64.c (ia64_epilogue_uses): For syscall_linkage
......
...@@ -4321,7 +4321,7 @@ In Standard C++, objects defined at namespace scope are guaranteed to be ...@@ -4321,7 +4321,7 @@ In Standard C++, objects defined at namespace scope are guaranteed to be
initialized in an order in strict accordance with that of their definitions initialized in an order in strict accordance with that of their definitions
@emph{in a given translation unit}. No guarantee is made for initializations @emph{in a given translation unit}. No guarantee is made for initializations
across translation units. However, GNU C++ allows users to control the across translation units. However, GNU C++ allows users to control the
order of initialization of objects defined at namespace socpe with the order of initialization of objects defined at namespace scope with the
@code{init_priority} attribute by specifying a relative @var{priority}, @code{init_priority} attribute by specifying a relative @var{priority},
a constant integral expression currently bounded between 101 and 65535 a constant integral expression currently bounded between 101 and 65535
inclusive. Lower numbers indicate a higher priority. inclusive. Lower numbers indicate a higher priority.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment