aboutsummaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index 25409d1..a694972 100644
--- a/pp.c
+++ b/pp.c
@@ -29,6 +29,7 @@ keyword(struct token *tok)
{"__alignof__", T_ALIGNOF},
{"__asm", T__ASM__},
{"__asm__", T__ASM__},
+ {"__attribute__", T__ATTRIBUTE__},
{"__inline", TINLINE},
{"__inline__", TINLINE},
{"__signed", TSIGNED},