add mode attribute parsing
authorMatthias Braun <matze@braunis.de>
Sun, 25 May 2008 11:30:19 +0000 (11:30 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 25 May 2008 11:30:19 +0000 (11:30 +0000)
[r19762]

ast_t.h

diff --git a/ast_t.h b/ast_t.h
index cbb1c2e..55f443d 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -498,6 +498,7 @@ typedef enum gnu_attribute_kind_t {
        GNU_AK_VISIBILITY,
        GNU_AK_REGPARM,
        GNU_AK_MODEL,
+       GNU_AK_MODE,
        GNU_AK_TRAP_EXIT,
        GNU_AK_SP_SWITCH,
        GNU_AK_SENTINEL,