summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-15 08:33:08 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-15 08:33:08 +0000
commitc1d804bf48b2284c3d0c504505dde63641bb70cc (patch)
treea3fb49382847400cd22602b8cee8eda7850afa19 /test
parent2592413394fa34aa66f01d764e66dda0098eb86f (diff)
not sure how this obvious one liner got lost from glibc, but merge it
Diffstat (limited to 'test')
-rw-r--r--test/string/tester.c1
1 files changed, 1 insertions, 0 deletions
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); \