2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

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