summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-09-29 22:26:37 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-09-29 22:26:37 +0000
commitde11ba31bba9f0eef0f76239d1d93a010926d6cf (patch)
tree724cef4d613ee15150c252a4fee3a1d757062516 /perl.c
parentb921d661723e8701da56072309db071fd10e051c (diff)
downloadperl-de11ba31bba9f0eef0f76239d1d93a010926d6cf.tar.gz
Remove package; (Heh heh.)
p4raw-id: //depot/perl@17942
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 2f2e4f52a6..424503069b 100644
--- a/perl.c
+++ b/perl.c
@@ -2777,7 +2777,6 @@ S_init_main_stash(pTHX)
CopSTASH_set(&PL_compiling, PL_defstash);
PL_debstash = GvHV(gv_fetchpv("DB::", GV_ADDMULTI, SVt_PVHV));
PL_globalstash = GvHV(gv_fetchpv("CORE::GLOBAL::", GV_ADDMULTI, SVt_PVHV));
- PL_nullstash = GvHV(gv_fetchpv("<none>::", GV_ADDMULTI, SVt_PVHV));
/* We must init $/ before switches are processed. */
sv_setpvn(get_sv("/", TRUE), "\n", 1);
}