regcomp.c: avoid a new -Wshadow warning
authorJim Meyering <meyering@redhat.com>
Wed, 3 Feb 2010 16:15:03 +0000 (17:15 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 3 Feb 2010 16:15:03 +0000 (17:15 +0100)
commit107fb0e6719c49e35a6f4a3bdd0dabb19291efe0
tree5f533f6701819926a7d5bc10b14818bc2f8bb19c
parent18f8ae4bbed4d919e564fe54b94feb6bce2c4c8f
regcomp.c: avoid a new -Wshadow warning

* lib/regcomp.c (create_initial_state): Do not shadow local "err".
ChangeLog
lib/regcomp.c