xref: /dflybsd-src/contrib/binutils-2.27/binutils/syslex_wrap.c (revision e656dc90e3d65d744d534af2f5ea88cf8101ebcf)
1*a9fa9459Szrj /* Copyright (C) 2012-2016 Free Software Foundation, Inc.
2*a9fa9459Szrj 
3*a9fa9459Szrj    This program is free software; you can redistribute it and/or modify
4*a9fa9459Szrj    it under the terms of the GNU General Public License as published by
5*a9fa9459Szrj    the Free Software Foundation; either version 3, or (at your option)
6*a9fa9459Szrj    any later version.
7*a9fa9459Szrj 
8*a9fa9459Szrj    This program is distributed in the hope that it will be useful,
9*a9fa9459Szrj    but WITHOUT ANY WARRANTY; without even the implied warranty of
10*a9fa9459Szrj    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11*a9fa9459Szrj    GNU General Public License for more details.
12*a9fa9459Szrj 
13*a9fa9459Szrj    You should have received a copy of the GNU General Public License
14*a9fa9459Szrj    along with this program; if not, write to the Free Software
15*a9fa9459Szrj    Foundation, Inc., 51 Franklin Street - Fifth Floor,
16*a9fa9459Szrj    Boston, MA 02110-1301, USA.  */
17*a9fa9459Szrj 
18*a9fa9459Szrj /* Wrapper source to ensure that config.h is the first header file seen by
19*a9fa9459Szrj    the compiler.  */
20*a9fa9459Szrj 
21*a9fa9459Szrj #ifdef HAVE_CONFIG_H
22*a9fa9459Szrj #include <config.h>
23*a9fa9459Szrj #endif
24*a9fa9459Szrj 
25*a9fa9459Szrj #include "syslex.c"
26