From 127267f3573e597b4144188dbda85122e0b296bb Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:23:05 +0100 Subject: [PATCH] [stmt.ambig] Add \grammarterm for type-name in comment --- source/statements.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/statements.tex b/source/statements.tex index 8b9e733dc0..6521688f0e 100644 --- a/source/statements.tex +++ b/source/statements.tex @@ -1464,7 +1464,7 @@ T1(a) = 3, T2(4), // \tcode{T2} will be declared as a variable of type \tcode{T1}, but this will not (*(*b)(T2(c)))(int(d)); // allow the last part of the declaration to parse properly, - // since it depends on \tcode{T2} being a type-name + // since it depends on \tcode{T2} being a \grammarterm{type-name} } \end{codeblock} \end{example}