Title: [1989] trunk/uClibc/test/string/tester.c: Upstream r19844 | vapier | 2007-09-15 10:33:08 +0200 (Sat, 15 Sep 2007) | 1 line
Revision
1989
Author
bernds
Date
2007-11-22 18:53:37 -0600 (Thu, 22 Nov 2007)

Log Message

Upstream r19844 | vapier | 2007-09-15 10:33:08 +0200 (Sat, 15 Sep 2007) | 1 line

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

Diffstat

 tester.c |    1 +
 1 files changed, 1 insertion(+)

Modified Paths

Diff

Modified: trunk/uClibc/test/string/tester.c (1988 => 1989)


--- trunk/uClibc/test/string/tester.c	2007-11-23 00:53:08 UTC (rev 1988)
+++ trunk/uClibc/test/string/tester.c	2007-11-23 00:53:37 UTC (rev 1989)
@@ -126,6 +126,7 @@
 #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);							      \
_______________________________________________
Toolchain-commits mailing list
Toolchain-commits@blackfin.uclinux.org
http://blackfin.uclinux.org/mailman/listinfo/toolchain-commits

Reply via email to