On Thu, Dec 6, 2012 at 9:09 PM, Andrew Turner <[email protected]> wrote:
> Ok, I've attached a patch where this has been fixed.

Hi Andrew,

This looks good to me, but this patch touches some areas that I'm not
an expert in.  We need someone else to look at it.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to