summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorTom Hughes <tom@compton.nu>1999-05-27 00:59:49 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-28 17:13:23 +0000
commite8edd1e67bd80dbb476d68f78da80ae76c0eb341 (patch)
tree08109c36ed32868be933b6115d3e25e6c37ac6a9 /perlvars.h
parent697943021785eb8447e25eb51a6f27fd78921863 (diff)
downloadperl-e8edd1e67bd80dbb476d68f78da80ae76c0eb341.tar.gz
ByteLoader mark 2
To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perlvars.h b/perlvars.h
index 061f8f3794..3e1a24b4bc 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -186,8 +186,6 @@ PERLVARIC(GNo, char *, "")
PERLVARIC(Ghexdigit, char *, "0123456789abcdef0123456789ABCDEF")
PERLVARIC(Gpatleave, char *, "\\.^$@dDwWsSbB+*?|()-nrtfeaxc0123456789[{]}")
-PERLVAR(Gspecialsv_list[4],SV *) /* from byterun.h */
-
/* perly.c globals */
PERLVAR(Gyydebug, int)
PERLVAR(Gyynerrs, int)
@@ -204,6 +202,4 @@ PERLVAR(Guudmap[256], char)
PERLVAR(Gbitcount, char *)
PERLVAR(Gfilter_debug, int)
-/* byterun globals */
-PERLVAR(Goptype_size[], int)