mysql-admutils/pwyacc.h

12 lines
158 B
C
Raw Normal View History

#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define SET 257
#define HOST 258
#define USER 259
#define PASSWORD 260
#define STRING 261
extern YYSTYPE yylval;