regcomp.c: Change loop variable name, associated changes
authorKarl Williamson <public@khwilliamson.com>
Fri, 6 Jan 2012 17:18:53 +0000 (10:18 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:39 +0000 (09:58 -0700)
commita9746a27a5180d49f9208789465ec399c6dd804c
treea0c3444973cbd3240881eca19d019eff641386de
parent210e6c474f5ee0999067e3bcc136cd8bffc22f25
regcomp.c: Change loop variable name, associated changes

The variable 'value' is already used for something else.  Using it as a
loop variable corrupts the other use.  This commit changes to a
different name, and adds code to keep 'value', and 'prevvalue' in sync
with their other meanings.
regcomp.c