Skip to content

Commit 48021e7

Browse files
AlisdairMtkoeppe
authored andcommitted
[cwchar.syn] Improve indexing for macros
1 parent 5e2ab76 commit 48021e7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

source/text.tex

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13055,7 +13055,6 @@
1305513055
\indexlibraryglobal{towupper}%
1305613056
\indexlibraryglobal{towctrans}%
1305713057
\indexlibraryglobal{wctrans}%
13058-
\indexlibraryglobal{WEOF}%
1305913058
\begin{codeblock}
1306013059
namespace std {
1306113060
using wint_t = @\seebelow@;
@@ -13082,7 +13081,7 @@
1308213081
wctrans_t wctrans(const char* property);
1308313082
}
1308413083

13085-
#define WEOF @\seebelow@
13084+
#define @\libmacro{WEOF}@ @\seebelow@
1308613085
\end{codeblock}
1308713086

1308813087
\pnum
@@ -13094,10 +13093,6 @@
1309413093
\rSec2[cwchar.syn]{Header \tcode{<cwchar>} synopsis}
1309513094

1309613095
\indexheader{cwchar}%
13097-
\indexlibraryglobal{NULL}%
13098-
\indexlibraryglobal{WCHAR_MAX}%
13099-
\indexlibraryglobal{WCHAR_MIN}%
13100-
\indexlibraryglobal{WEOF}%
1310113096
\indexlibraryglobal{btowc}%
1310213097
\indexlibraryglobal{fgetwc}%
1310313098
\indexlibraryglobal{fgetws}%
@@ -13237,10 +13232,10 @@
1323713232
size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps);
1323813233
}
1323913234

13240-
#define NULL @\textit{see \ref{support.types.nullptr}}@ // freestanding
13241-
#define WCHAR_MAX @\seebelow@ // freestanding
13242-
#define WCHAR_MIN @\seebelow@ // freestanding
13243-
#define WEOF @\seebelow@ // freestanding
13235+
#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@ // freestanding
13236+
#define @\libmacro{WCHAR_MAX}@ @\seebelow@ // freestanding
13237+
#define @\libmacro{WCHAR_MIN}@ @\seebelow@ // freestanding
13238+
#define @\libmacro{WEOF}@ @\seebelow@ // freestanding
1324413239
\end{codeblock}
1324513240

1324613241
\pnum

0 commit comments

Comments
 (0)