On Fri, Apr 01, 2016 at 12:33:04AM -0400, Russell Bryant wrote:
> On Fri, Apr 1, 2016 at 12:18 AM, Ben Pfaff wrote:
>
> > This was here to help out older compilers that do not include va_copy(),
> > which was new in C99. All the compilers we care about these days (GCC,
> > Clang, MSVC) do suppor
On Fri, Apr 1, 2016 at 12:18 AM, Ben Pfaff wrote:
> This was here to help out older compilers that do not include va_copy(),
> which was new in C99. All the compilers we care about these days (GCC,
> Clang, MSVC) do support va_copy(), so remove it.
>
> Signed-off-by: Ben Pfaff
>
Acked-by: Russ
This was here to help out older compilers that do not include va_copy(),
which was new in C99. All the compilers we care about these days (GCC,
Clang, MSVC) do support va_copy(), so remove it.
Signed-off-by: Ben Pfaff
---
lib/util.h | 8
1 file changed, 8 deletions(-)
diff --git a/lib