summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorRick Delaney <rick@consumercontact.com>2004-10-13 08:40:18 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-21 13:35:49 +0000
commit10ac92784f49d4a1fe54cc1ed7d05f0d3b2a2f29 (patch)
tree4cca0a2e6335a7643ffd197e409d74d5827ab231 /hv.h
parent049f818b9a6d0ed6efed5c49515a9d137e475267 (diff)
downloadperl-10ac92784f49d4a1fe54cc1ed7d05f0d3b2a2f29.tar.gz
Re: [perl #31924] %INC caching failure-case problem
Message-ID: <20041013164018.GA32174@biff.bort.ca> p4raw-id: //depot/perl@23843
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hv.h b/hv.h
index 81044c9097..e66a42d9cf 100644
--- a/hv.h
+++ b/hv.h
@@ -318,6 +318,9 @@ C<SV*>.
/* Flags for hv_iternext_flags. */
#define HV_ITERNEXT_WANTPLACEHOLDERS 0x01 /* Don't skip placeholders. */
+/* Flags for hv_fetch_flags. */
+#define HV_FETCH_WANTPLACEHOLDERS 0x01 /* Don't skip placeholders. */
+
/* available as a function in hv.c */
#define Perl_sharepvn(sv, len, hash) HEK_KEY(share_hek(sv, len, hash))
#define sharepvn(sv, len, hash) Perl_sharepvn(sv, len, hash)