From 84f8f5bd135abbaf3d71a62b568af5b0e9bf6aaf Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 25 May 2008 11:30:19 +0000 Subject: [PATCH 1/1] add mode attribute parsing [r19762] --- ast_t.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ast_t.h b/ast_t.h index cbb1c2e..55f443d 100644 --- 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, -- 2.20.1