diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 20:14:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 20:14:02 +0000 |
commit | c8aa86e11144b22a034d68da930a681a5a5fb4f5 (patch) | |
tree | 58fd0f18f30a84b8487a3f6815c3c3860fd34832 /embed.fnc | |
parent | 0da8eb3af06fe58c4c8c297ae7e9457946d4f195 (diff) | |
download | perl-c8aa86e11144b22a034d68da930a681a5a5fb4f5.tar.gz |
is_gv_magical() is only called from within gv.c.
p4raw-id: //depot/perl@34926
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -383,7 +383,9 @@ pd |U32 |intro_my ApPR |char* |instr |NN const char* big|NN const char* little p |bool |io_close |NN IO* io|bool not_implicit pR |OP* |invert |NULLOK OP* cmd -dpR |bool |is_gv_magical |NN const char *name|STRLEN len|U32 flags +#if defined(PERL_IN_GV_C) +sdR |bool |is_gv_magical |NN const char *name|STRLEN len|U32 flags +#endif ApR |I32 |is_lvalue_sub ApPR |U32 |to_uni_upper_lc|U32 c ApPR |U32 |to_uni_title_lc|U32 c |