diff --git a/source/declarations.tex b/source/declarations.tex index 0aae56a6e2..938f45c7cc 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -3661,9 +3661,13 @@ argument and are not function parameter packs. Where syntactically correct and where ``\tcode{...}'' is not part of an \grammarterm{abstract-declarator}, -``\tcode{, ...}'' +``\tcode{...}'' is synonymous with -``\tcode{...}''. +``\tcode{, ...}''. +A \grammarterm{parameter-declaration-clause} +of the form +\grammarterm{parameter-declaration-list} \tcode{...} +is deprecated. \begin{example} The declaration \begin{codeblock}