summaryrefslogtreecommitdiff
path: root/perly.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-06 03:26:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-06 03:26:54 +0000
commit0ff51efc278c0cef1dd1d7684f0ec623079d88c7 (patch)
treeb045e5f18b46aab19953594badd17157ccf54ae6 /perly.c
parent78ca652eaf12f3ab6d7714883eec614d257f666a (diff)
downloadperl-0ff51efc278c0cef1dd1d7684f0ec623079d88c7.tar.gz
remove spurious unused conflicting globals (PL_yy{v,s}sp)
p4raw-id: //depot/perl@1924
Diffstat (limited to 'perly.c')
-rw-r--r--perly.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/perly.c b/perly.c
index eccfdd7ed5..2f9c045fdf 100644
--- a/perly.c
+++ b/perly.c
@@ -10,8 +10,6 @@ static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/91";
#define yynerrs PL_yynerrs
#define yyerrflag PL_yyerrflag
#define yychar PL_yychar
-#define yyssp PL_yyssp
-#define yyvsp PL_yyvsp
#define yyval PL_yyval
#define yylval PL_yylval