]> granicus.if.org Git - sudo/commitdiff
no longer define yyval & yylval since yacc does it
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 22:42:32 +0000 (22:42 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 22:42:32 +0000 (22:42 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 8e332d3d3c0909b42bf2107815548b2fdbbf4824..fbb452db515c5cb1bce5bf92863c4613100c630c 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -195,11 +195,6 @@ typedef struct list {
     struct list *next;
 }   LIST, *LINK;
 
-#ifndef hpux
-YYSTYPE yylval, yyval;
-#else
-YYSTYPE yylval;
-#endif
 
 /*
  * Syslog(3) parameters