On 8/15/06, David Rientjes <rientjes@google.com> wrote: > Remove unnecessary iteration variable in inline. > - for (i = 0; i < in; i++) putchar(' '); > + for (; in > 0; in--) while(in--) putchar(' '); - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Aug 16 17:28:25 2006
This archive was generated by hypermail 2.1.8 : 2006-08-16 17:29:16 EST