On Mon, 24 Sep 2001, Philippe M . Chiasson wrote:
 
> Is modperl_util.c:364:
> 
> > if (mg = mg_find(hv, PERL_MAGIC_tied)) {
> 
> ??
> That's a funny message from cc (I am using gcc)
> 
> Where does it want parentheses ??

it wants 'if ((var = func()))' to make sure you didn't typo and actually
mean to say 'if (var == func())'



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

Reply via email to