libnl 3.2.7
|
00001 /* A Bison parser, made by GNU Bison 2.4.3. */ 00002 00003 /* Skeleton interface for Bison's Yacc-like parsers in C 00004 00005 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 00006 2009, 2010 Free Software Foundation, Inc. 00007 00008 This program is free software: you can redistribute it and/or modify 00009 it under the terms of the GNU General Public License as published by 00010 the Free Software Foundation, either version 3 of the License, or 00011 (at your option) any later version. 00012 00013 This program is distributed in the hope that it will be useful, 00014 but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 GNU General Public License for more details. 00017 00018 You should have received a copy of the GNU General Public License 00019 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 00020 00021 /* As a special exception, you may create a larger work that contains 00022 part or all of the Bison parser skeleton and distribute that work 00023 under terms of your choice, so long as that work isn't itself a 00024 parser generator using the skeleton or a modified version thereof 00025 as a parser skeleton. Alternatively, if you modify or redistribute 00026 the parser skeleton itself, you may (at your option) remove this 00027 special exception, which will cause the skeleton and the resulting 00028 Bison output files to be licensed under the GNU General Public 00029 License without this special exception. 00030 00031 This special exception was added by the Free Software Foundation in 00032 version 2.2 of Bison. */ 00033 00034 00035 /* Tokens. */ 00036 #ifndef YYTOKENTYPE 00037 # define YYTOKENTYPE 00038 /* Put the tokens into the symbol table, so that GDB and other debuggers 00039 know about them. */ 00040 enum yytokentype { 00041 ERROR = 258, 00042 NUMBER = 259, 00043 LAYER = 260, 00044 ALIGN = 261, 00045 NAME = 262 00046 }; 00047 #endif 00048 /* Tokens. */ 00049 #define ERROR 258 00050 #define NUMBER 259 00051 #define LAYER 260 00052 #define ALIGN 261 00053 #define NAME 262 00054 00055 00056 00057 00058 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 00059 typedef union YYSTYPE 00060 { 00061 00062 /* Line 1685 of yacc.c */ 00063 #line 18 "route/pktloc_syntax.y" 00064 00065 struct rtnl_pktloc *l; 00066 uint32_t i; 00067 char *s; 00068 00069 00070 00071 /* Line 1685 of yacc.c */ 00072 #line 73 "route/pktloc_syntax.h" 00073 } YYSTYPE; 00074 # define YYSTYPE_IS_TRIVIAL 1 00075 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 00076 # define YYSTYPE_IS_DECLARED 1 00077 #endif 00078 00079 00080 00081 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 00082 typedef struct YYLTYPE 00083 { 00084 int first_line; 00085 int first_column; 00086 int last_line; 00087 int last_column; 00088 } YYLTYPE; 00089 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ 00090 # define YYLTYPE_IS_DECLARED 1 00091 # define YYLTYPE_IS_TRIVIAL 1 00092 #endif 00093 00094 00095