diff options
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9605c59..87b85ff 100644 --- a/config.def.h +++ b/config.def.h @@ -26,8 +26,9 @@ static char *preprocesscmd[] = { /* prevent glibc from using statement expressions for assert */ "-D", "__STRICT_ANSI__", - /* ignore attributes */ + /* ignore attributes and extension markers */ "-D", "__attribute__(x)=", + "-D", "__extension__=", /* alternate keywords */ "-D", "__alignof__=_Alignof", |