aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ident-list.h')
-rw-r--r--ident-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ident-list.h b/ident-list.h
index c8660e0..de48510 100644
--- a/ident-list.h
+++ b/ident-list.h
@@ -69,6 +69,8 @@ IDENT(__malloc__);
IDENT(nonnull); IDENT(__nonnull); IDENT(__nonnull__);
IDENT(__deprecated__);
IDENT(__warn_unused_result__);
+IDENT(constructor); IDENT(__constructor__);
+IDENT(destructor); IDENT(__destructor__);
/* WIN32 specific Attribute names */
IDENT(cdecl); IDENT(__cdecl__);