repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opcodes/
[binutils-gdb.git]
/
binutils
/
syslex_wrap.c
blob
e10b5fda9ac486afa5327501b19dd26176041e8d
1
/* Wrapper source to ensure that config.h is the first header file seen by
2
the compiler. */
3
4
#ifdef HAVE_CONFIG_H
5
#include <config.h>
6
#endif
7
8
#include
"syslex.c"