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