vasnprintf.c: Avoid warning about unused label
authorJim Meyering <meyering@redhat.com>
Tue, 29 Jan 2008 09:32:15 +0000 (10:32 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 29 Jan 2008 09:36:47 +0000 (10:36 +0100)
commitf7a926a4684e62bcd74fa731ad194eb768276b9f
tree50606e34ce7c1452db597ea4e24a90a90be3a100
parentdb5df761739393ed07a22f05e3f4783e20d11db9
vasnprintf.c: Avoid warning about unused label

* lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
"overflow" label definition and associated code with the
same cpp condition that guards the sole use of that label.
ChangeLog
lib/vasnprintf.c