0acb996e012ee4fdef88c7b65235be34529e41d7
[com/gs-lite.git] / src / ftacmp / xml.tab.hh
1 /* A Bison parser, made by GNU Bison 1.875c.  */\r
2 \r
3 /* Skeleton parser for Yacc-like parsing with Bison,\r
4    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.\r
5 \r
6    This program is free software; you can redistribute it and/or modify\r
7    it under the terms of the GNU General Public License as published by\r
8    the Free Software Foundation; either version 2, or (at your option)\r
9    any later version.\r
10 \r
11    This program is distributed in the hope that it will be useful,\r
12    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14    GNU General Public License for more details.\r
15 \r
16    You should have received a copy of the GNU General Public License\r
17    along with this program; if not, write to the Free Software\r
18    Foundation, Inc., 59 Temple Place - Suite 330,\r
19    Boston, MA 02111-1307, USA.  */\r
20 \r
21 /* As a special exception, when this file is copied by Bison into a\r
22    Bison output file, you may use that output file without restriction.\r
23    This special exception was added by the Free Software Foundation\r
24    in version 1.24 of Bison.  */\r
25 \r
26 /* Tokens.  */\r
27 #ifndef YYTOKENTYPE\r
28 # define YYTOKENTYPE\r
29    /* Put the tokens into the symbol table, so that GDB and other debuggers\r
30       know about them.  */\r
31    enum yytokentype {\r
32      NAME = 258,\r
33      STRING_TOKEN = 259\r
34    };\r
35 #endif\r
36 #define NAME 258\r
37 #define STRING_TOKEN 259\r
38 \r
39 \r
40 \r
41 \r
42 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)\r
43 #line 42 "xml.y"\r
44 typedef union YYSTYPE {\r
45         int intval;\r
46         double floatval;\r
47         char *strval;\r
48         int subtok;\r
49 \r
50         /*                      for FTA definition.     */\r
51 \r
52 } YYSTYPE;\r
53 /* Line 1268 of yacc.c.  */\r
54 #line 55 "xml.tab.hh"\r
55 # define yystype YYSTYPE /* obsolescent; will be withdrawn */\r
56 # define YYSTYPE_IS_DECLARED 1\r
57 # define YYSTYPE_IS_TRIVIAL 1\r
58 #endif\r
59 \r
60 extern YYSTYPE xmlParserlval;\r
61 \r
62 \r
63 \r