Pārlūkot izejas kodu

not sure how this obvious one liner got lost from glibc, but merge it

Mike Frysinger 18 gadi atpakaļ
vecāks
revīzija
c1d804bf48
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      test/string/tester.c

+ 1 - 0
test/string/tester.c

@@ -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);							      \