Remove trailing redundant `;'
[deliverable/binutils-gdb.git] / binutils / syslex_wrap.c
CommitLineData
691bf19c
NC
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"
This page took 0.038879 seconds and 4 git commands to generate.