Denne trengs for å få skiten til å kompilere, alternativt:

slett denne og pwyacc.c og generer dem på ny
This commit is contained in:
Thomas Langas 2002-03-06 02:29:05 +00:00
parent e7f3657646
commit c4b3c3bd04
1 changed files with 11 additions and 0 deletions

11
pwyacc.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define SET 257
#define HOST 258
#define USER 259
#define PASSWORD 260
#define STRING 261
extern YYSTYPE yylval;