Skip to content

Commit

Permalink
[expr.const][cstdarg.syn] Index use of va_start macro
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairM authored and tkoeppe committed Feb 10, 2025
1 parent 1bf9d83 commit 371f8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7944,7 +7944,7 @@
an operation that has undefined behavior
as specified in \ref{library} through \ref{\lastlibchapter} or
\item
an invocation of the \tcode{va_start} macro\iref{cstdarg.syn}.
an invocation of the \libmacro{va_start} macro\iref{cstdarg.syn}.
\end{itemize}

\pnum
Expand Down
3 changes: 1 addition & 2 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6014,8 +6014,7 @@
the definition in~\ref{expr.call} applies.
\item
The restrictions that C places on the second parameter to the
\indexlibraryglobal{va_start}%
\tcode{va_start} macro in header \libheader{stdarg.h}
\libmacro{va_start} macro in header \libheader{stdarg.h}
are different in this document.
The parameter
\tcode{parmN}
Expand Down

0 comments on commit 371f8ec

Please sign in to comment.