ppdparser.cpp.h

00001 #ifndef ppdparser_cpp_h
00002 #define ppdparser_cpp_h
00003 /* A Bison parser, made by GNU Bison 1.875.  */
00004 
00005 /* Skeleton parser for Yacc-like parsing with Bison,
00006    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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 2, or (at your option)
00011    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, write to the Free Software
00020    Foundation, Inc., 51 Franklin Street, Fifth Floor,
00021    Boston, MA 02110-1301, USA.  */
00022 
00023 /* As a special exception, when this file is copied by Bison into a
00024    Bison output file, you may use that output file without restriction.
00025    This special exception was added by the Free Software Foundation
00026    in version 1.24 of Bison.  */
00027 
00028 /* Tokens.  */
00029 #ifndef YYTOKENTYPE
00030 # define YYTOKENTYPE
00031    /* Put the tokens into the symbol table, so that GDB and other debuggers
00032       know about them.  */
00033    enum yytokentype {
00034      TRANSLATION = 258,
00035      OPENUI = 259,
00036      CLOSEUI = 260,
00037      OPENGROUP = 261,
00038      CLOSEGROUP = 262,
00039      DEFAULT = 263,
00040      KEYWORD = 264,
00041      OPTION = 265,
00042      STRINGPART = 266,
00043      QUOTED = 267,
00044      CONSTRAINT = 268,
00045      PAPERDIM = 269,
00046      IMGAREA = 270,
00047      FOODATA = 271,
00048      COMMENT = 272
00049    };
00050 #endif
00051 #define TRANSLATION 258
00052 #define OPENUI 259
00053 #define CLOSEUI 260
00054 #define OPENGROUP 261
00055 #define CLOSEGROUP 262
00056 #define DEFAULT 263
00057 #define KEYWORD 264
00058 #define OPTION 265
00059 #define STRINGPART 266
00060 #define QUOTED 267
00061 #define CONSTRAINT 268
00062 #define PAPERDIM 269
00063 #define IMGAREA 270
00064 #define FOODATA 271
00065 #define COMMENT 272
00066 
00067 
00068 
00069 
00070 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00071 typedef int YYSTYPE;
00072 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00073 # define YYSTYPE_IS_DECLARED 1
00074 # define YYSTYPE_IS_TRIVIAL 1
00075 #endif
00076 
00077 extern YYSTYPE kdeprint_ppdlval;
00078 
00079 
00080 
00081 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys