Fixed compilation with index symbol
authorLionel Landwerlin <llandwerlin@gmail.com>
Thu, 24 May 2012 09:13:44 +0000 (10:13 +0100)
committerLionel Landwerlin <llandwerlin@gmail.com>
Fri, 25 May 2012 09:34:59 +0000 (10:34 +0100)
commit7c8f47a9911e982c0689a80b3d62aff952f6d460
treea753f515a1f73afd28da4f5eb0b52df09b06de23
parent69c60a91dfa61590f806c83819614ae8b2a1224f
Fixed compilation with index symbol

Apparently some versions of gcc or combination of options (or maybe
with the android NDK) lead to compilation failure :

atkutil.c:74: error: 'index' redeclared as different kind of symbol

This fixes the problem by renaming the variable.
atk/atkutil.c