diff options
Diffstat (limited to 'gas/itbl-lex-wrapper.c')
-rw-r--r-- | gas/itbl-lex-wrapper.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/itbl-lex-wrapper.c b/gas/itbl-lex-wrapper.c new file mode 100644 index 0000000..0fbd030 --- /dev/null +++ b/gas/itbl-lex-wrapper.c @@ -0,0 +1,5 @@ +/* The C source file generated by flex includes stdio.h before any of + the C code in itbl-lex.l. Make sure we include sysdep.h first, so + that config.h can set the correct values for various things. */ +#include "sysdep.h" +#include "itbl-lex.c" |