--On 12/04/01 09:20 -0400 Vivek Khera wrote:

>>>>>> "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>
>>> -    if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
>>> +    if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
>>> modperl_xs_dl_handles_close(handles);
>
> EC> I did fixed unbalanced parens, you just added another level of parens,
> EC> I wonder why?
>
> The extra parens shut up gcc's extra warnings, telling it that you
> know it is an assignment, not a typo of == comparison.

Ah yes of course, thanks. I'll switch to maintainer-mode to catch those.


--
Eric Cholet
B995 E519 1594 10D0 4271 1EA5 8DF3 8004

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to