no longer define yyval & yylval since yacc does it

This commit is contained in:
Todd C. Miller
1994-03-12 22:42:32 +00:00
parent 3420a8138c
commit 9c8379f84c

5
sudo.h
View File

@@ -195,11 +195,6 @@ typedef struct list {
struct list *next;
} LIST, *LINK;
#ifndef hpux
YYSTYPE yylval, yyval;
#else
YYSTYPE yylval;
#endif
/*
* Syslog(3) parameters