Hi, On Fri, 23 Feb 2007, Jeff King wrote: > On Fri, Feb 23, 2007 at 05:20:32AM +0100, Johannes Schindelin wrote: > > > With "const unsigned (*parent)[20]", "parent + 1" is not the > > same as "&parent[1]"... > > Actually, they _are_ the same (the C standard definition of A[B] is *(A+B)). Modulo binding precedence. Thanks for clearing this up, 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