]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix return type in new test.
authorJeff Law <law@gcc.gnu.org>
Wed, 26 Feb 2003 03:35:32 +0000 (20:35 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Feb 2003 03:35:32 +0000 (20:35 -0700)
From-SVN: r63447

gcc/testsuite/gcc.c-torture/compile/20030224-1.c

index 54e7c2095c4096bb29569d4c4f5bf6b1abd27f4c..6832dc81e470fe14064e6a485e3f8d6fc88b02b7 100644 (file)
@@ -1,4 +1,4 @@
-int zzz (char *s1, char *s2, int len, int *q)
+void zzz (char *s1, char *s2, int len, int *q)
 {
   int z = 5;
   unsigned int i,  b;