aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-24 00:06:47 -0700
committerMichael Forney <mforney@mforney.org>2024-03-24 02:41:28 -0700
commit591853a8ddd01258a5dbf9484a3fd2114e5e87e7 (patch)
tree995b0a598ab733681e0b77d5d606a55237ae4caf /cc.h
parent731e7a2f3bf18baa4d4ce966006637ee13c5651a (diff)
attr: Add support for GNU syntax
References: https://todo.sr.ht/~mcf/cproc/68
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc.h b/cc.h
index 2bf61c3..e07273f 100644
--- a/cc.h
+++ b/cc.h
@@ -481,6 +481,7 @@ struct attr {
};
_Bool attr(struct attr *, enum attrkind);
+_Bool gnuattr(struct attr *, enum attrkind);
/* decl */