We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5ff4e commit a8b3d85Copy full SHA for a8b3d85
source/declarators.tex
@@ -2076,9 +2076,9 @@
2076
The function-local predefined variable \tcode{__func__} is
2077
defined as if a definition of the form
2078
\begin{codeblock}
2079
-static const char __func__[] = "@\grammarterm{function-name}@";
+static const char __func__[] = "@\placeholder{function-name}@";
2080
\end{codeblock}
2081
-had been provided, where \grammarterm{function-name} is an \impldef{string resulting
+had been provided, where \tcode{\placeholder{function-name}} is an \impldef{string resulting
2082
from \mname{func}} string.
2083
It is unspecified whether such a variable has an address
2084
distinct from that of any other object in the program.\footnote{Implementations are
0 commit comments