On Wed, Jun 24, 2015 at 09:41:08PM +0200, Thomas Monjalon wrote: > 2015-06-24 14:34, Neil Horman: > > @@ -103,7 +103,7 @@ > > #define VERSION_SYMBOL(b, e, v) > > Should be (b, e, n) > > > #define __vsym > > #define BASE_SYMBOL(b, n) > > Should be (b, e) > > > -#define BIND_DEFAULT_SYMBOL(b, v) > > +#define BIND_DEFAULT_SYMBOL(b, e, n) > > > Agreed, though thats really just cosmetic, given that the error is in the empty defines. Can you fix it in patchwork by hand, or would you prefer a repost?
Neil