aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-02 19:56:41 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:42 -0700
commit5de8bc07fe36176dbf9b6c2060ff98e2a5634000 (patch)
treedfb6ef8e920ce679e3452e6b0aa22129575ef67a /symbol.c
parent297522047f3da56d4cf724481b503d90dab892ce (diff)
downloadsparse-5de8bc07fe36176dbf9b6c2060ff98e2a5634000.tar.gz
Accept "__attribute" in addition to "__attribute__".
gcc does.
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index cb9b47fa..c3bca317 100644
--- a/symbol.c
+++ b/symbol.c
@@ -406,8 +406,8 @@ struct sym_init {
#if 0
{ "attribute", NULL, MOD_ATTRIBUTE },
- { "__attribute", NULL, MOD_ATTRIBUTE },
#endif
+ { "__attribute", NULL, MOD_ATTRIBUTE },
{ "__attribute__", NULL, MOD_ATTRIBUTE },
{ "struct", NULL, MOD_STRUCTOF },