repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040415-2.c
blob
e78e81e8cf8bcbb78e97dc219796987c1787c70b
1
int
isascii
(
int
);
2
3
int
f1
(
const char
*
type
)
4
{
5
return
isascii
((
unsigned char
) *
type
++);
6
}
7