Skip to content

Commit 371f8ec

Browse files
AlisdairMtkoeppe
authored andcommitted
[expr.const][cstdarg.syn] Index use of va_start macro
1 parent 1bf9d83 commit 371f8ec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7944,7 +7944,7 @@
79447944
an operation that has undefined behavior
79457945
as specified in \ref{library} through \ref{\lastlibchapter} or
79467946
\item
7947-
an invocation of the \tcode{va_start} macro\iref{cstdarg.syn}.
7947+
an invocation of the \libmacro{va_start} macro\iref{cstdarg.syn}.
79487948
\end{itemize}
79497949

79507950
\pnum

source/support.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6014,8 +6014,7 @@
60146014
the definition in~\ref{expr.call} applies.
60156015
\item
60166016
The restrictions that C places on the second parameter to the
6017-
\indexlibraryglobal{va_start}%
6018-
\tcode{va_start} macro in header \libheader{stdarg.h}
6017+
\libmacro{va_start} macro in header \libheader{stdarg.h}
60196018
are different in this document.
60206019
The parameter
60216020
\tcode{parmN}

0 commit comments

Comments
 (0)