You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
251 B
16 lines
251 B
15 years ago
|
#ifndef fooparser_cpp_h
|
||
|
#define fooparser_cpp_h
|
||
|
#ifndef YYSTYPE
|
||
|
#define YYSTYPE int
|
||
|
#endif
|
||
|
#define VAR 257
|
||
|
#define STRING 258
|
||
|
#define NUMBER 259
|
||
|
#define UNDEF 260
|
||
|
#define POSTPIPE 261
|
||
|
#define QUOTED 262
|
||
|
|
||
|
|
||
13 years ago
|
extern YYSTYPE tdeprint_foomatic2lval;
|
||
15 years ago
|
#endif
|