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.
|
#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
|
|
|
|
|
|
extern YYSTYPE tdeprint_foomatic2lval;
|
|
#endif
|