Allow field name to be 'p'.
This commit is contained in:
parent
9053ebe6ee
commit
72efa0bb27
1 changed files with 2 additions and 0 deletions
|
|
@ -657,6 +657,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