Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
teaching
nswi098
Cecko
skeleton
Commits
6e8abada
Commit
6e8abada
authored
Oct 26, 2020
by
Jakub Yaghob
Browse files
vyhozeni anonymnich struct a enum
parent
b66a7231
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/selected-grammar.md
View file @
6e8abada
...
...
@@ -254,7 +254,7 @@ type-specifier:
typedef-name
struct-or-union-specifier:
struct-or-union identifier
_opt
{ member-declaration-list }
struct-or-union identifier { member-declaration-list }
struct-or-union identifier
struct-or-union:
...
...
@@ -283,8 +283,8 @@ member-declarator:
declarator
enum-specifier:
enum identifier
_opt
{ enumerator-list }
enum identifier
_opt
{ enumerator-list , }
enum identifier { enumerator-list }
enum identifier { enumerator-list , }
enum identifier
enumerator-list:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment