Re: [bug-gnulib] Unused variable in regex.c

2005-05-15 Thread Derek Price
Paul Eggert wrote: >Derek Price <[EMAIL PROTECTED]> writes: > > > >>-char *destination; >>\ >> >> > >Sorry, this patch doesn't look right to me. The comment in front of >PUSH_FAILURE_POINT says that DOUBLE_FAIL_STACK requires `desti

Re: [bug-gnulib] Unused variable in regex.c

2005-05-14 Thread Paul Eggert
Derek Price <[EMAIL PROTECTED]> writes: > -char *destination; > \ Sorry, this patch doesn't look right to me. The comment in front of PUSH_FAILURE_POINT says that DOUBLE_FAIL_STACK requires `destination'. Perhaps it's not required on you

[bug-gnulib] Unused variable in regex.c

2005-05-13 Thread Derek Price
I've attached a minor patch that removes an unused variable in lib/regex.c, thereby placating gcc -Wall. 2005-05-13 Derek R. Price <[EMAIL PROTECTED]> * lib/regex.c: Remove unused variable. Regards, Derek Index: lib/regex.c =