From 3d7c048781e30008aef660b72d23f4bf96301ca5 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Thu, 6 Nov 2025 20:34:04 +0800 Subject: [PATCH] [dcl.attr.fallthrough] Use `\defnadj` for "fallthrought statement" The term "fallthrough statement" should be properly introduced in italic style text. --- source/declarations.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/declarations.tex b/source/declarations.tex index 31f8551d16..31f91c4c9b 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -9780,8 +9780,7 @@ \pnum The \grammarterm{attribute-token} \tcode{fallthrough} may be applied to a null statement\iref{stmt.expr}; -\indextext{statement!fallthrough} -such a statement is a fallthrough statement. +such a statement is a \defnadj{fallthrough}{statement}. No \grammarterm{attribute-argument-clause} shall be present. A fallthrough statement may only appear within an enclosing \keyword{switch} statement\iref{stmt.switch}.