Hi, On Mon, 4 Feb 2008, Daniel Barkalow wrote: > #if DBRT_DEBUG > 1 > if (first) > - printf("index %s\n", first); > + fprintf(stderr, "index %s\n", first); > #endif This code path is only affected when DBRT_DEBUG is defined ("Daniel Barkalow's Roasted Tomatoes"?). So technically, I do not really see why this is part of this patch series... Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html