Skip to content

Commit 5e2ab76

Browse files
AlisdairMtkoeppe
authored andcommitted
[clocale.syn] Improve indexing for macros
1 parent e1af0a2 commit 5e2ab76

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

source/text.tex

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4900,13 +4900,6 @@
49004900
\indexlibraryglobal{lconv}%
49014901
\indexlibraryglobal{setlocale}%
49024902
\indexlibraryglobal{localeconv}%
4903-
\indexlibraryglobal{NULL}%
4904-
\indexlibraryglobal{LC_ALL}%
4905-
\indexlibraryglobal{LC_COLLATE}%
4906-
\indexlibraryglobal{LC_CTYPE}%
4907-
\indexlibraryglobal{LC_MONETARY}%
4908-
\indexlibraryglobal{LC_NUMERIC}%
4909-
\indexlibraryglobal{LC_TIME}%
49104903
\begin{codeblock}
49114904
namespace std {
49124905
struct lconv;
@@ -4915,13 +4908,13 @@
49154908
lconv* localeconv();
49164909
}
49174910

4918-
#define NULL @\textit{see \ref{support.types.nullptr}}@
4919-
#define LC_ALL @\seebelow@
4920-
#define LC_COLLATE @\seebelow@
4921-
#define LC_CTYPE @\seebelow@
4922-
#define LC_MONETARY @\seebelow@
4923-
#define LC_NUMERIC @\seebelow@
4924-
#define LC_TIME @\seebelow@
4911+
#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@
4912+
#define @\libmacro{LC_ALL}@ @\seebelow@
4913+
#define @\libmacro{LC_COLLATE}@ @\seebelow@
4914+
#define @\libmacro{LC_CTYPE}@ @\seebelow@
4915+
#define @\libmacro{LC_MONETARY}@ @\seebelow@
4916+
#define @\libmacro{LC_NUMERIC}@ @\seebelow@
4917+
#define @\libmacro{LC_TIME}@ @\seebelow@
49254918
\end{codeblock}
49264919

49274920
\pnum

0 commit comments

Comments
 (0)