diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 03:26:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 03:26:54 +0000 |
commit | 0ff51efc278c0cef1dd1d7684f0ec623079d88c7 (patch) | |
tree | b045e5f18b46aab19953594badd17157ccf54ae6 /Makefile.SH | |
parent | 78ca652eaf12f3ab6d7714883eec614d257f666a (diff) | |
download | perl-0ff51efc278c0cef1dd1d7684f0ec623079d88c7.tar.gz |
remove spurious unused conflicting globals (PL_yy{v,s}sp)
p4raw-id: //depot/perl@1924
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index c51b542aee..be25e74ea2 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -671,8 +671,6 @@ $define) #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' \ -e '/YYSTYPE *yyval;/D' \ |