Andrew James Richardson wrote:

> Brian,
> 
>    I thought that in the C specs you can't be guarenteed the order of
> evaluation in an if brace. Surely a safer bet is
> 
>         if(!image){
>                 if(!image->Data){
>                         ...
>                 }
>         }
You're right here. But as as long as you only READ it should make no
difference (IMHO)...

Rene
-- 
R. Reucher                     voice:  +49/621/4803-174
COMPAREX GmbH, VL40            fax:    +49/621/4803-141
Mannheimerstr. 105             e-mail: [EMAIL PROTECTED]
D-68535 Edingen-Neckarhausen

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to