Re: my poor C knowledge

Jacek M. Holeczek (holeczek@us.edu.pl)
Mon, 17 May 1999 14:00:14 +0200 (MET DST)


Hi,
Valeri, your "table" is slightly MacroSchrott'ish, but it doesn't matter in
this case. As Greg writes :
> > if(mparen==0||G__return!=G__RETURN_NON>G__RETURN_NORMAL) return(G__null)
should be interpreted as :
> if((mparen==0)OR(G__return notequalto (G__RETURN_NON > G__RETURN_NORMAL))) return(G__null)
but I still don't think this makes much sense.
Masa writes :
> I get 28 e-mails on Sunday which is unusual. This creates good amount of
> support backlogs.
Sorry, but I'll add just one more ...
Could you please have a look at CINT_parse.c ( and in case you modify it
send me the "patch" ).
Jacek.