summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-23 09:22:01 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-23 09:22:01 +0000
commit3ae1b22641a16d4d08aba688616c0f7cefb7d1f5 (patch)
tree328fb3e73472d14b47df8b7777382e58d14ab433 /gv.h
parent3134ad69d93db50cabc8276feb0660bf859dbad1 (diff)
downloadperl-3ae1b22641a16d4d08aba688616c0f7cefb7d1f5.tar.gz
Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,
Nullhek and Nullhv. Nullop is going to be a bit less simple. p4raw-id: //depot/perl@33051
Diffstat (limited to 'gv.h')
-rw-r--r--gv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gv.h b/gv.h
index fbd7e344f3..16aa058fa5 100644
--- a/gv.h
+++ b/gv.h
@@ -176,7 +176,9 @@ Return the SV from the GV.
#undef GV_UNIQUE_CHECK
#endif
-#define Nullgv Null(GV*)
+#ifndef PERL_CORE
+# define Nullgv Null(GV*)
+#endif
#define DM_UID 0x003
#define DM_RUID 0x001