add a special case for __attribute__((__const))
authorMatthias Braun <matthias.braun@kit.edu>
Wed, 18 Jul 2012 08:50:16 +0000 (10:50 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Wed, 18 Jul 2012 08:50:16 +0000 (10:50 +0200)
commit9c67bc1cf78ac19260567c4973a396eee4786fbf
treee2fdbc46b66a3e240cc6210c5f0d6293ecbaed93
parentf52d43fb85fbe0b5e884b7508a7dc6941fd5e4d8
add a special case for __attribute__((__const))

according to gcc documentation only "__XXX__" and "XXX" should be
allowed for attribute names, but it seems gcc incorrectly also accepts
__XXX for keywords with an __XXX variant. And of course some glibc
headers use this feature.
parser.c