[PATCH] Verify source files for a module only once during the build
Dmitri Gribenko
gribozavr at gmail.com
Fri Feb 7 12:52:03 PST 2014
On Fri, Feb 7, 2014 at 6:23 PM, Ben Langmuir <blangmuir at apple.com> wrote:
> New patch doesn’t seem to have changed this behaviour - I only see the
> rebase.
Ah, I see. I need to check again inside the if(). Sorry for the
confusion. Will fix.
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 <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list