summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h9
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)