From c0cc913c89f77e5c948205dac7521505d6c6123a Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 22 May 2007 18:18:44 -0700 Subject: Ignore the GCC constructor and destructor attributes Signed-off-by: Josh Triplett --- ident-list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ident-list.h') 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__); -- cgit v1.2.3-65-gdbad