mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 06:43:32 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
4
vendor/modernc.org/cc/v3/parser.yy
generated
vendored
4
vendor/modernc.org/cc/v3/parser.yy
generated
vendored
|
|
@ -608,7 +608,8 @@ package cc // import "modernc.org/cc/v3"
|
|||
/*yy:case Expr */ | IDENTIFIER AttributeSpecifierList '=' ConstantExpression
|
||||
|
||||
/* [2], 6.7.2.4 Atomic type specifiers */
|
||||
/*yy:example _Atomic(int) i; */
|
||||
/*yy:field list []*TypeSpecifier */
|
||||
/*yy:example _Atomic(int) i; */
|
||||
AtomicTypeSpecifier:
|
||||
"_Atomic" '(' TypeName ')'
|
||||
|
||||
|
|
@ -647,6 +648,7 @@ package cc // import "modernc.org/cc/v3"
|
|||
/*yy:field called bool */
|
||||
/*yy:field fnDef bool */
|
||||
/*yy:field hasInitializer bool */
|
||||
/*yy:field implicit bool */
|
||||
/*yy:example int *p __attribute__ ((foo)); */
|
||||
Declarator:
|
||||
Pointer DirectDeclarator AttributeSpecifierList %prec BELOW_ATTRIBUTE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue