From Jason Turner

[dcl.meaning.general]

Diff to HTML by rtfpessoa

tmp/tmpndkut_at/{from.md → to.md} RENAMED
@@ -155,11 +155,11 @@ the type specifiers `int` `unsigned` determine the type “`unsigned int`”
155
  [[dcl.type.simple]].
156
 
157
  — *end example*]
158
 
159
  In a declaration *attribute-specifier-seq*ₒₚₜ `T` `D` where `D` is an
160
- unadorned name, the type of the declared entity is “`T`”.
161
 
162
  In a declaration `T` `D` where `D` has the form
163
 
164
  ``` bnf
165
  '(' 'D1' ')'
 
155
  [[dcl.type.simple]].
156
 
157
  — *end example*]
158
 
159
  In a declaration *attribute-specifier-seq*ₒₚₜ `T` `D` where `D` is an
160
+ unadorned *declarator-id*, the type of the declared entity is “`T`”.
161
 
162
  In a declaration `T` `D` where `D` has the form
163
 
164
  ``` bnf
165
  '(' 'D1' ')'