File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1790,10 +1790,10 @@ bit_field_size:
1790
1790
enum_name :
1791
1791
enum_key
1792
1792
gcc_type_attribute_opt
1793
- {
1794
- // an anon enum
1795
- }
1796
- ' {' enumerator_list_opt ' }'
1793
+ {
1794
+ // an anon enum
1795
+ }
1796
+ ' {' enumerator_list_opt ' }'
1797
1797
gcc_type_attribute_opt
1798
1798
{
1799
1799
parser_stack ($1 ).operands().swap(parser_stack($5 ).operands());
@@ -1802,10 +1802,10 @@ enum_name:
1802
1802
| enum_key
1803
1803
gcc_type_attribute_opt
1804
1804
identifier_or_typedef_name
1805
- {
1806
- // an enum with tag
1807
- parser_stack ($1 ).set(ID_tag, parser_stack($3 ));
1808
- }
1805
+ {
1806
+ // an enum with tag
1807
+ parser_stack ($1 ).set(ID_tag, parser_stack($3 ));
1808
+ }
1809
1809
' {' enumerator_list_opt ' }'
1810
1810
gcc_type_attribute_opt
1811
1811
{
@@ -1822,7 +1822,7 @@ enum_name:
1822
1822
$$ =merge($1 , merge($2 , $4 )); // throw in the gcc attributes
1823
1823
}
1824
1824
;
1825
-
1825
+
1826
1826
enum_key : TOK_ENUM
1827
1827
{
1828
1828
$$ =$1 ;
You can’t perform that action at this time.
0 commit comments