summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-02-14 12:28:37 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-02-14 12:28:37 +0000
commit81051be6a333f0a26cf419e0f845235de94f3ea7 (patch)
tree83f7643e611ec522759b60c3498876fe8e2c475d /embedvar.h
parent0de566d74fdaf0a49123989fe8d4ad06603c6608 (diff)
downloadperl-81051be6a333f0a26cf419e0f845235de94f3ea7.tar.gz
remove binary compatibility stuff from the yacc -> bison switch
of change #22302 p4raw-link: @22302 on //depot/perl: 0de566d74fdaf0a49123989fe8d4ad06603c6608 p4raw-id: //depot/perl@22303
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/embedvar.h b/embedvar.h
index 104d853f7f..b8921647f7 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -458,12 +458,6 @@
#define PL_xpvnv_root (vTHX->Ixpvnv_root)
#define PL_xrv_arenaroot (vTHX->Ixrv_arenaroot)
#define PL_xrv_root (vTHX->Ixrv_root)
-#define PL_yycharBINCOMPAT (vTHX->IyycharBINCOMPAT)
-#define PL_yydebugBINCOMPAT (vTHX->IyydebugBINCOMPAT)
-#define PL_yyerrflagBINCOMPAT (vTHX->IyyerrflagBINCOMPAT)
-#define PL_yylvalBINCOMPAT (vTHX->IyylvalBINCOMPAT)
-#define PL_yynerrsBINCOMPAT (vTHX->IyynerrsBINCOMPAT)
-#define PL_yyvalBINCOMPAT (vTHX->IyyvalBINCOMPAT)
#else /* !MULTIPLICITY */
@@ -764,12 +758,6 @@
#define PL_Ixpvnv_root PL_xpvnv_root
#define PL_Ixrv_arenaroot PL_xrv_arenaroot
#define PL_Ixrv_root PL_xrv_root
-#define PL_IyycharBINCOMPAT PL_yycharBINCOMPAT
-#define PL_IyydebugBINCOMPAT PL_yydebugBINCOMPAT
-#define PL_IyyerrflagBINCOMPAT PL_yyerrflagBINCOMPAT
-#define PL_IyylvalBINCOMPAT PL_yylvalBINCOMPAT
-#define PL_IyynerrsBINCOMPAT PL_yynerrsBINCOMPAT
-#define PL_IyyvalBINCOMPAT PL_yyvalBINCOMPAT
#define PL_TSv PL_Sv
#define PL_TXpv PL_Xpv