diff options
author | Rick Delaney <rick@consumercontact.com> | 2004-10-13 08:40:18 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-01-21 13:35:49 +0000 |
commit | 10ac92784f49d4a1fe54cc1ed7d05f0d3b2a2f29 (patch) | |
tree | 4cca0a2e6335a7643ffd197e409d74d5827ab231 /embed.fnc | |
parent | 049f818b9a6d0ed6efed5c49515a9d137e475267 (diff) | |
download | perl-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 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,7 @@ Apd |SV* |hv_delete_ent |HV* tb|SV* key|I32 flags|U32 hash Apd |bool |hv_exists |HV* tb|const char* key|I32 klen Apd |bool |hv_exists_ent |HV* tb|SV* key|U32 hash Apd |SV** |hv_fetch |HV* tb|const char* key|I32 klen|I32 lval +ApMd |SV** |hv_fetch_flags |HV* tb|const char* key|I32 klen|I32 lval|I32 flags Apd |HE* |hv_fetch_ent |HV* tb|SV* key|I32 lval|U32 hash Ap |void |hv_free_ent |HV* hv|HE* entry Apd |I32 |hv_iterinit |HV* tb |