diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-02-14 12:28:37 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-02-14 12:28:37 +0000 |
commit | 81051be6a333f0a26cf419e0f845235de94f3ea7 (patch) | |
tree | 83f7643e611ec522759b60c3498876fe8e2c475d /intrpvar.h | |
parent | 0de566d74fdaf0a49123989fe8d4ad06603c6608 (diff) | |
download | perl-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 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/intrpvar.h b/intrpvar.h index 2e9d1afe2b..267fcd21c5 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -397,15 +397,6 @@ PERLVARA(Ilast_swash_key,10, U8) PERLVAR(Ilast_swash_tmps, U8 *) PERLVAR(Ilast_swash_slen, STRLEN) -/* ex perly.c globals. Now just placeholders for BINCOMPAT in 5.8.x - * XXX delete for 5.9.x */ -PERLVAR(IyydebugBINCOMPAT, int) -PERLVAR(IyynerrsBINCOMPAT, int) -PERLVAR(IyyerrflagBINCOMPAT, int) -PERLVAR(IyycharBINCOMPAT, int) -PERLVAR(IyyvalBINCOMPAT, YYSTYPE) -PERLVAR(IyylvalBINCOMPAT, YYSTYPE) - PERLVARI(Iglob_index, int, 0) PERLVAR(Isrand_called, bool) PERLVARA(Iuudmap,256, char) |