1214082Sdim/* itbl-lex.h
2214082Sdim   Copyright 2005 Free Software Foundation, Inc.
3214082Sdim
4214082Sdim   This file is part of GAS, the GNU Assembler.
5214082Sdim
6214082Sdim   GAS is free software; you can redistribute it and/or modify
7214082Sdim   it under the terms of the GNU General Public License as published by
8214082Sdim   the Free Software Foundation; either version 2, or (at your option)
9214082Sdim   any later version.
10214082Sdim
11214082Sdim   GAS is distributed in the hope that it will be useful,
12214082Sdim   but WITHOUT ANY WARRANTY; without even the implied warranty of
13214082Sdim   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14214082Sdim   GNU General Public License for more details.
15214082Sdim
16214082Sdim   You should have received a copy of the GNU General Public License
17214082Sdim   along with GAS; see the file COPYING.  If not, write to the Free
18214082Sdim   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19214082Sdim   02110-1301, USA.  */
20214082Sdim
21214082Sdimextern int insntbl_line;
22214082Sdimextern int yyparse (void);
23214082Sdimextern int yylex (void);
24