* testsuite/libmudflap.c/externs-1.c (main): Add return statement.
From-SVN: r101184
This commit is contained in:
parent
966b148a49
commit
ad0a0295b5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-19 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* testsuite/libmudflap.c/externs-1.c (main): Add return statement.
|
||||
|
||||
2005-06-15 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
Fix for uncaching bug reported by Herman ten Brugge.
|
||||
|
|
|
@ -11,4 +11,6 @@ main (void)
|
|||
printf ("%s\n", pd->name);
|
||||
pd++;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue