From c1d804bf48b2284c3d0c504505dde63641bb70cc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 15 Sep 2007 08:33:08 +0000 Subject: not sure how this obvious one liner got lost from glibc, but merge it --- test/string/tester.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/string') diff --git a/test/string/tester.c b/test/string/tester.c index bd91c5e02..71fee0c9b 100644 --- a/test/string/tester.c +++ b/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); \ -- cgit v1.2.3