On Wed, Feb 6, 2013 at 2:40 PM, Manuel Klimek <[email protected]> wrote: > Thanks! From STFW'ing I understand that I only need to set it on the > toplevel element (replacements), right?
Yes, thank you!
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
