re: src/common/lib/libutil

2013-08-08 Thread matthew green
> > Module Name:src > > Committed By: mrg > > Date: Thu Aug 8 04:32:43 UTC 2013 > > > > Modified Files: > > src/common/lib/libutil: snprintb.c > > > > Log Message: > > apply some do { ... } while (0) so that macros aren't broken, > > completing the previous change. > > No

Re: src/common/lib/libutil

2013-08-08 Thread Paul Goyette
Module Name:src Committed By: mrg Date: Thu Aug 8 04:32:43 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: apply some do { ... } while (0) so that macros aren't broken, completing the previous change. Now that the macros themselves are updated,