OSDN Git Service

not sure how this obvious one liner got lost from glibc, but merge it
authorMike Frysinger <vapier@gentoo.org>
Sat, 15 Sep 2007 08:33:08 +0000 (08:33 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 15 Sep 2007 08:33:08 +0000 (08:33 -0000)
test/string/tester.c

index bd91c5e..71fee0c 100644 (file)
@@ -126,6 +126,7 @@ test_strcmp (void)
 #define SIMPLE_COPY(fn, n, str, ntest) \
   do {                                                                       \
     int __n;                                                                 \
+    char *cp;                                                                \
     for (__n = 0; __n < (int) sizeof (one); ++__n)                           \
       one[__n] = 'Z';                                                        \
     fn (one, str);                                                           \