>>>>> "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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]