21f0f57f99
Mer brukervennlige feilmeldinger, samt fikset alle kompilatoradvarsler.
18 lines
276 B
C
18 lines
276 B
C
#ifndef BISON_Y_TAB_H
|
|
# define BISON_Y_TAB_H
|
|
|
|
# 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
|
|
|
|
|
|
extern YYSTYPE yylval;
|
|
|
|
#endif /* not BISON_Y_TAB_H */
|