repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
testsuite
/
include
/
check.h
blob
df7f0cfa2e2d3c67e0eff67fcc36b01916bccaa3
1
#define CHECK(a) { \
2
if (!(a)) \
3
{ \
4
printf (
"Failed "
#a
" in <%s> at line %d
\n
"
, __FILE__, __LINE__); \
5
abort(); \
6
} \
7
}