Merge pull request #45 from snar/p-field

This commit is contained in:
David Lamparter 2023-04-23 14:10:24 +02:00 committed by GitHub
commit 560f2c7cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;