Fix variable shadowing
commitf36ab39680f8bd3ef0827d47b0a279f292125394
authorCarlos R. Mafra <crmafra@gmail.com>
Tue, 18 Aug 2009 12:54:15 +0000 (18 14:54 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 18 Aug 2009 14:17:28 +0000 (18 16:17 +0200)
treee41317d76339979032a4d6723dad804b71b8c40f
parent0a32ecf1fe99a0fb0a81d5e372a68261372eecd8
Fix variable shadowing

gcc-4.3.2 warns:
defaults.c:3136: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:309: warning: shadowed declaration is here

and in a few other places too. Fix this by renaming 'index' to 'widx'.
src/defaults.c