aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ident-list.h
diff options
Diffstat (limited to 'ident-list.h')
-rw-r--r--ident-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ident-list.h b/ident-list.h
index e22084e9..29ddeca4 100644
--- a/ident-list.h
+++ b/ident-list.h
@@ -31,6 +31,7 @@ IDENT(alignof); IDENT_RESERVED(__alignof); IDENT_RESERVED(__alignof__);
IDENT_RESERVED(__sizeof_ptr__);
IDENT_RESERVED(__builtin_types_compatible_p);
IDENT_RESERVED(__builtin_offsetof);
+IDENT_RESERVED(__label__);
/* Attribute names */
IDENT(packed); IDENT(__packed__);