kio Library API Documentation

yacc.h

00001 /* A Bison parser, made from yacc.y, by GNU bison 1.75.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License as published by
00008    the Free Software Foundation; either version 2, or (at your option)
00009    any later version.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU General Public License for more details.
00015 
00016    You should have received a copy of the GNU General Public License
00017    along with this program; if not, write to the Free Software
00018    Foundation, Inc., 59 Temple Place - Suite 330,
00019    Boston, MA 02111-1307, USA.  */
00020 
00021 /* As a special exception, when this file is copied by Bison into a
00022    Bison output file, you may use that output file without restriction.
00023    This special exception was added by the Free Software Foundation
00024    in version 1.24 of Bison.  */
00025 
00026 #ifndef BISON_YACC_TAB_H
00027 # define BISON_YACC_TAB_H
00028 
00029 /* Tokens.  */
00030 #ifndef YYTOKENTYPE
00031 # define YYTOKENTYPE
00032    /* Put the tokens into the symbol table, so that GDB and other debuggers
00033       know about them.  */
00034    enum yytokentype {
00035      NOT = 258,
00036      EQ = 259,
00037      NEQ = 260,
00038      LEQ = 261,
00039      GEQ = 262,
00040      LE = 263,
00041      GR = 264,
00042      OR = 265,
00043      AND = 266,
00044      IN = 267,
00045      EXIST = 268,
00046      MAX = 269,
00047      MIN = 270,
00048      BOOL = 271,
00049      STRING = 272,
00050      ID = 273,
00051      NUM = 274,
00052      FLOAT = 275
00053    };
00054 #endif
00055 #define NOT 258
00056 #define EQ 259
00057 #define NEQ 260
00058 #define LEQ 261
00059 #define GEQ 262
00060 #define LE 263
00061 #define GR 264
00062 #define OR 265
00063 #define AND 266
00064 #define IN 267
00065 #define EXIST 268
00066 #define MAX 269
00067 #define MIN 270
00068 #define BOOL 271
00069 #define STRING 272
00070 #define ID 273
00071 #define NUM 274
00072 #define FLOAT 275
00073 
00074 
00075 
00076 
00077 #ifndef YYSTYPE
00078 #line 13 "yacc.y"
00079 typedef union {
00080      char valb;
00081      int vali;
00082      double vald;
00083      char *name;
00084      void *ptr;
00085 } yystype;
00086 /* Line 1281 of /usr/share/bison/yacc.c.  */
00087 #line 88 "yacc.tab.h"
00088 # define YYSTYPE yystype
00089 #endif
00090 
00091 extern YYSTYPE kiotraderlval;
00092 
00093 
00094 #endif /* not BISON_YACC_TAB_H */
00095 
KDE Logo
This file is part of the documentation for kio Library Version 3.3.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Jan 22 16:47:20 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003