From: Matthias Braun Date: Sun, 25 May 2008 11:30:19 +0000 (+0000) Subject: add mode attribute parsing X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=84f8f5bd135abbaf3d71a62b568af5b0e9bf6aaf;p=cparser add mode attribute parsing [r19762] --- 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,