summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-14 04:16:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-14 04:16:51 +0000
commit7c2bc5a237a15875e9bbded4fdc58b6b408c4532 (patch)
treeec0f98c535a7112418134f68146d78b4344ec604 /gv.h
parentf51d0f8e5890e56d3fa194e962457150dd158f32 (diff)
downloadperl-7c2bc5a237a15875e9bbded4fdc58b6b408c4532.tar.gz
nailed "our" declarations, and better warnings on duplicate
"our" declarations p4raw-id: //depot/perl@4801
Diffstat (limited to 'gv.h')
-rw-r--r--gv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gv.h b/gv.h
index f00331aed0..f489d2d50b 100644
--- a/gv.h
+++ b/gv.h
@@ -141,4 +141,3 @@ HV *GvHVn();
#define GV_ADDWARN 0x04 /* add, but warn if symbol wasn't already there */
#define GV_ADDINEVAL 0x08 /* add, as though we're doing so within an eval */
#define GV_NOINIT 0x10 /* add, but don't init symbol, if type != PVGV */
-#define GV_ADDOUR 0x20 /* add "our" variable */