diff --git a/source/declarations.tex b/source/declarations.tex index 341c1bc1f3..aa853b1bad 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -3119,10 +3119,8 @@ *ppc = &ci; // OK, but would make \tcode{p} point to \tcode{ci} because of previous error *p = 5; // clobber \tcode{ci} \end{codeblock} -\end{example} - -\pnum See also~\ref{expr.assign} and~\ref{dcl.init}. +\end{example} \pnum \begin{note}