repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix cross compiler compilation
[tinycc.git]
/
include
/
stdnoreturn.h
blob
4d580ea5b85c1d89a744d5756997ee47b7cddc29
1
#ifndef _STDNORETURN_H
2
#define _STDNORETURN_H
3
4
/* ISOC11 noreturn */
5
#define noreturn _Noreturn
6
7
#endif
/* _STDNORETURN_H */