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
* config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
[official-gcc.git]
/
gcc
/
ginclude
/
stdint-wrap.h
blob
e45f8198b97e147c326311964c531dd04bd3e4f4
1
#ifndef _GCC_WRAP_STDINT_H
2
#if __STDC_HOSTED__
3
# include_next <stdint.h>
4
#else
5
# include
"stdint-gcc.h"
6
#endif
7
#define _GCC_WRAP_STDINT_H
8
#endif