summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 75c493256e..78469bdbec 100644
--- a/perl.h
+++ b/perl.h
@@ -4497,7 +4497,7 @@ MGVTBL_SET(
MGVTBL_SET(
PL_vtbl_glob,
- MEMBER_TO_FPTR(Perl_magic_getglob),
+ NULL,
MEMBER_TO_FPTR(Perl_magic_setglob),
NULL,
NULL,