Skip to content

Commit ee6ed74

Browse files
AlisdairMtkoeppe
authored andcommitted
[cstdarg.syn] Directly index contents of header synopsis
1 parent f4622a2 commit ee6ed74

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

source/support.tex

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5993,21 +5993,16 @@
59935993
\rSec2[cstdarg.syn]{Header \tcode{<cstdarg>} synopsis}
59945994

59955995
\indexheader{cstdarg}%
5996-
\indexlibraryglobal{va_list}%
5997-
\indexlibraryglobal{va_start}%
5998-
\indexlibraryglobal{va_copy}%
5999-
\indexlibraryglobal{va_end}%
6000-
\indexlibraryglobal{va_arg}%
60015996
\begin{codeblock}
60025997
// all freestanding
60035998
namespace std {
6004-
using va_list = @\seebelow@;
5999+
using @\libglobal{va_list}@ = @\seebelow@;
60056000
}
60066001

6007-
#define va_arg(V, P) @\seebelow@
6008-
#define va_copy(VDST, VSRC) @\seebelow@
6009-
#define va_end(V) @\seebelow@
6010-
#define va_start(V, P) @\seebelow@
6002+
#define @\libmacro{va_arg}@(V, P) @\seebelow@
6003+
#define @\libmacro{va_copy}@(VDST, VSRC) @\seebelow@
6004+
#define @\libmacro{va_end}@(V) @\seebelow@
6005+
#define @\libmacro{va_start}@(V, P) @\seebelow@
60116006
\end{codeblock}
60126007

60136008
\pnum

0 commit comments

Comments
 (0)