On Fri, Nov 22, 2013 at 02:23:11AM +0000, Alin Serdean wrote: > Bellow the whole patch required for the PRI_ZU macro:
PRI_ZU is a bad name because it doesn't follow the existing pattern. The name PRIuSIZE fits the pattern, so that is what I would suggest. The existing PRI* macros only include a type modifier, not the format specifier, so PRIuSIZE should not include the format specifier either. The Autoconf philosophy is to test for features, not for system type. This does not appear to include anything to enforce use of the macro. I will not apply a change that lacks such enforcement. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev