Merge from gcc

This commit is contained in:
green
2008-01-29 12:28:15 +00:00
parent e680ecfbfc
commit ccabd2b16b
119 changed files with 9458 additions and 9444 deletions

View File

@@ -11,6 +11,7 @@
static int checking(int a, short b, signed char c)
{
int i;
return (a < 0 && b < 0 && c < 0);
}