Skip to content

Commit b3220de

Browse files
AlisdairMtkoeppe
authored andcommitted
[ctime.syn] Improve indexing for macros
1 parent 5982a7c commit b3220de

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/time.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11606,9 +11606,6 @@
1160611606
\rSec1[ctime.syn]{Header \tcode{<ctime>} synopsis}
1160711607

1160811608
\indexheader{ctime}%
11609-
\indexlibraryglobal{CLOCKS_PER_SEC}%
11610-
\indexlibraryglobal{NULL}%
11611-
\indexlibraryglobal{TIME_UTC}%
1161211609
\indexlibraryglobal{asctime}%
1161311610
\indexlibraryglobal{clock_t}%
1161411611
\indexlibraryglobal{clock}%
@@ -11625,9 +11622,9 @@
1162511622
\indexlibraryglobal{time}%
1162611623
\indexlibraryglobal{tm}%
1162711624
\begin{codeblock}
11628-
#define NULL @\textit{see \ref{support.types.nullptr}}@
11629-
#define CLOCKS_PER_SEC @\seebelow@
11630-
#define TIME_UTC @\seebelow@
11625+
#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@
11626+
#define @\libmacro{CLOCKS_PER_SEC}@ @\seebelow@
11627+
#define @\libmacro{TIME_UTC}@ @\seebelow@
1163111628

1163211629
namespace std {
1163311630
using size_t = @\textit{see \ref{support.types.layout}}@;

0 commit comments

Comments
 (0)