فهرست منبع

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

Mike Frysinger 18 سال پیش
والد
کامیت
c1d804bf48
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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);							      \