Skip to content

Commit 3f00c3d

Browse files
AlisdairMtkoeppe
authored andcommitted
[stdbit.h.syn] Improve indexing for macros
1 parent b7f66b4 commit 3f00c3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15485,11 +15485,11 @@
1548515485

1548615486
\indexheader{stdbit.h}%
1548715487
\begin{codeblock}
15488-
#define @\libglobal{__STDC_VERSION_STDBIT_H__}@ 202311L
15488+
#define @\libmacro{__STDC_VERSION_STDBIT_H__}@ 202311L
1548915489

15490-
#define @\libglobal{__STDC_ENDIAN_BIG__}@ @\seebelow@
15491-
#define @\libglobal{__STDC_ENDIAN_LITTLE__}@ @\seebelow@
15492-
#define @\libglobal{__STDC_ENDIAN_NATIVE__}@ @\seebelow@
15490+
#define @\libmacro{__STDC_ENDIAN_BIG__}@ @\seebelow@
15491+
#define @\libmacro{__STDC_ENDIAN_LITTLE__}@ @\seebelow@
15492+
#define @\libmacro{__STDC_ENDIAN_NATIVE__}@ @\seebelow@
1549315493

1549415494
unsigned int @\libglobal{stdc_leading_zeros_uc}@(unsigned char value);
1549515495
unsigned int @\libglobal{stdc_leading_zeros_us}@(unsigned short value);

0 commit comments

Comments
 (0)