itbl-lex-wrapper.c 1.0 KB

12345678910111213141516171819202122232425
  1. /* Copyright (C) 2012-2022 Free Software Foundation, Inc.
  2. This file is part of GAS, the GNU Assembler.
  3. GAS is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation; either version 3, or (at your option)
  6. any later version.
  7. GAS is distributed in the hope that it will be useful, but WITHOUT
  8. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  9. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  10. License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with GAS; see the file COPYING. If not, write to the Free
  13. Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
  14. 02110-1301, USA. */
  15. /* The C source file generated by flex includes stdio.h before any of
  16. the C code in itbl-lex.l. Make sure we include as.h first, so
  17. that config.h can set the correct values for various things. */
  18. #include "as.h"
  19. #include "itbl-lex.c"