2007-02-27 15:10:08 +01:00
|
|
|
#ifndef BISON_Y_TAB_H
|
|
|
|
# define BISON_Y_TAB_H
|
2004-11-17 01:20:08 +01:00
|
|
|
|
2007-02-27 15:10:08 +01:00
|
|
|
# ifndef YYSTYPE
|
|
|
|
# define YYSTYPE int
|
|
|
|
# define YYSTYPE_IS_TRIVIAL 1
|
|
|
|
# endif
|
|
|
|
# define SET 257
|
|
|
|
# define HOST 258
|
|
|
|
# define USER 259
|
|
|
|
# define PASSWORD 260
|
|
|
|
# define STRING 261
|
2004-11-17 01:20:08 +01:00
|
|
|
|
|
|
|
|
2002-03-06 03:29:05 +01:00
|
|
|
extern YYSTYPE yylval;
|
2004-11-17 01:20:08 +01:00
|
|
|
|
2007-02-27 15:10:08 +01:00
|
|
|
#endif /* not BISON_Y_TAB_H */
|