Merge pull request #45 from snar/p-field
This commit is contained in:
commit
560f2c7cb9
1 changed files with 2 additions and 0 deletions
|
|
@ -745,6 +745,8 @@ static const char *field_name(struct field *f) {
|
|||
"restrict", "_Alignas", "_Alignof", "_Atomic", "_Bool",
|
||||
"_Complex", "_Generic", "_Imaginary", "_Noreturn", "_Static_assert",
|
||||
"_Thread_local",
|
||||
/* capn reserved for parameter names */
|
||||
"p",
|
||||
};
|
||||
|
||||
size_t i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue