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 /vms | |
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 'vms')
-rw-r--r-- | vms/perly_c.vms | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vms/perly_c.vms b/vms/perly_c.vms index 1ff29a4716..db1f255c56 100644 --- a/vms/perly_c.vms +++ b/vms/perly_c.vms @@ -11,8 +11,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 |