diff options
author | Michael Forney <mforney@mforney.org> | 2024-03-24 00:06:47 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-03-24 02:41:28 -0700 |
commit | 591853a8ddd01258a5dbf9484a3fd2114e5e87e7 (patch) | |
tree | 995b0a598ab733681e0b77d5d606a55237ae4caf /cc.h | |
parent | 731e7a2f3bf18baa4d4ce966006637ee13c5651a (diff) |
attr: Add support for GNU syntax
References: https://todo.sr.ht/~mcf/cproc/68
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -481,6 +481,7 @@ struct attr { }; _Bool attr(struct attr *, enum attrkind); +_Bool gnuattr(struct attr *, enum attrkind); /* decl */ |