summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-05 11:53:55 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-05 11:53:55 +0000
commitf5c1e8072077f841044d944ef64ecf3a45cff725 (patch)
tree25d51fe0be0774c7e2db4cdebac16e094bb09487 /embed.fnc
parent49a7a762557426d9605bb476108c1375454ae233 (diff)
downloadperl-f5c1e8072077f841044d944ef64ecf3a45cff725.tar.gz
Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
p4raw-id: //depot/perl@27377
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index cdb03c78ea..6282514fd3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -278,6 +278,7 @@ Ap |void |gv_fullname |NN SV* sv|NN const GV* gv
Apmb |void |gv_fullname3 |NN SV* sv|NN const GV* gv|NULLOK const char* prefix
Ap |void |gv_fullname4 |NN SV* sv|NN const GV* gv|NULLOK const char* prefix|bool keepmain
Ap |void |gv_init |NN GV* gv|NULLOK HV* stash|NN const char* name|STRLEN len|int multi
+Ap |void |gv_name_set |NN GV* gv|NULLOK const char *name|U32 len|U32 flags
Apd |HV* |gv_stashpv |NN const char* name|I32 create
Apd |HV* |gv_stashpvn |NN const char* name|U32 namelen|I32 create
Apd |HV* |gv_stashsv |NULLOK SV* sv|I32 create