|
221 | 221 |
|
222 | 222 | \pnum
|
223 | 223 | The header \libheaderref{stdalign.h} has the following macros:
|
224 |
| -\indexlibraryglobal{__alignas_is_defined}% |
225 | 224 | \begin{codeblock}
|
226 |
| -#define @\xname{alignas_is_defined}@ 1 |
227 |
| -#define @\xname{alignof_is_defined}@ 1 |
| 225 | +#define @\libmacrox{alignas_is_defined}@ 1 |
| 226 | +#define @\libmacrox{alignof_is_defined}@ 1 |
228 | 227 | \end{codeblock}
|
229 | 228 |
|
230 | 229 | \pnum
|
231 | 230 | The header \libheaderref{stdbool.h} has the following macro:
|
232 | 231 | \indexhdr{stdbool.h}%
|
233 |
| -\indexlibraryglobal{__bool_true_false_are_defined}% |
234 | 232 | \begin{codeblock}
|
235 |
| -#define @\xname{bool_true_false_are_defined}@ 1 |
| 233 | +#define @\libmacrox{bool_true_false_are_defined}@ 1 |
236 | 234 | \end{codeblock}
|
237 | 235 |
|
238 | 236 | \rSec1[depr.cerrno]{Deprecated error numbers}
|
239 | 237 |
|
240 | 238 | \pnum
|
241 | 239 | The header \libheaderref{cerrno} has the following additional macros:
|
242 | 240 |
|
243 |
| -\indexlibraryglobal{ENODATA}% |
244 |
| -\indexlibraryglobal{ENOSR}% |
245 |
| -\indexlibraryglobal{ENOSTR}% |
246 |
| -\indexlibraryglobal{ETIME}% |
247 | 241 | \begin{codeblock}
|
248 |
| -#define ENODATA @\seebelow@ |
249 |
| -#define ENOSR @\seebelow@ |
250 |
| -#define ENOSTR @\seebelow@ |
251 |
| -#define ETIME @\seebelow@ |
| 242 | +#define @\libmacro{ENODATA}@ @\seebelow@ |
| 243 | +#define @\libmacro{ENOSR}@ @\seebelow@ |
| 244 | +#define @\libmacro{ENOSTR}@ @\seebelow@ |
| 245 | +#define @\libmacro{ETIME}@ @\seebelow@ |
252 | 246 | \end{codeblock}
|
253 | 247 |
|
254 | 248 | \pnum
|
|
862 | 856 | template<class T>
|
863 | 857 | void atomic_init(atomic<T>*, typename atomic<T>::value_type) noexcept;
|
864 | 858 |
|
865 |
| - #define ATOMIC_VAR_INIT(value) @\seebelow@ |
| 859 | + #define @\libmacro{ATOMIC_VAR_INIT}@(value) @\seebelow@ |
866 | 860 | }
|
867 | 861 | \end{codeblock}
|
868 | 862 |
|
|
911 | 905 |
|
912 | 906 | \indexlibraryglobal{ATOMIC_VAR_INIT}%
|
913 | 907 | \begin{itemdecl}
|
914 |
| -#define ATOMIC_VAR_INIT(value) @\seebelow@ |
| 908 | +#define @\libmacro{ATOMIC_VAR_INIT}@(value) @\seebelow@ |
915 | 909 | \end{itemdecl}
|
916 | 910 |
|
917 | 911 | \begin{itemdescr}
|
|
0 commit comments