I think the list is generating too much traffic. If we email for every line of 
C code that has a better workaround we will never be done.
Can we put this on a dev list?Fed
 

> Date: Thu, 29 Nov 2007 07:51:43 +0100> From: [EMAIL PROTECTED]> To: 
> unicon-group@lists.sourceforge.net> Subject: [Unicon-group] Weird construct 
> with respect to sequence points> > Hi,> > I found the following construct in 
> preproc/files.c:> > prefix = ++prefix;> > This would be an excellent example 
> for a "don't" in schoolbooks> teaching about C sequence points but 
> nonetheless, splitting this up> would either mean:> > prefix = prefix;> 
> prefix += 1;> > or> > prefix += 1;> prefix = prefix;> > making both examples 
> and (if I am right) the line in files.c equal to> prefix++ or ++prefix. Am I 
> right?> > Pippijn> > 
> -------------------------------------------------------------------------> 
> SF.Net email is sponsored by: The Future of Linux Business White Paper> from 
> Novell. From the desktop to the data center, Linux is going> mainstream. Let 
> it simplify your IT future.> 
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4> 
> _______________________________________________> Unicon-group mailing list> 
> Unicon-group@lists.sourceforge.net> 
> https://lists.sourceforge.net/lists/listinfo/unicon-group
_________________________________________________________________
Share life as it happens with the new Windows Live.Download today it's FREE!
http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_sharelife_112007
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to