ppdparser.cpp.h00001 #ifndef ppdparser_cpp_h
00002 #define ppdparser_cpp_h
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef YYTOKENTYPE
00030 # define YYTOKENTYPE
00031
00032
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
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
|