summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-28 07:55:45 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-28 08:35:37 +0000
commita53904572d7a4d49d78b8fb0a3c739b451faad7e (patch)
tree4876ce6df10668c49c0e7ea612c1c6abbddc4ae2 /embed.fnc
parent46d2cc544f36e7450798245748cda64959a6b884 (diff)
downloadperl-a53904572d7a4d49d78b8fb0a3c739b451faad7e.tar.gz
Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh()
Previously Perl_report_evil_fh()'s body was just an if/else at the top level - a good sign that it is actually implementing two disjoint functions.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index fd17107f93..bd9c7a8042 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1344,6 +1344,8 @@ Ap |U32 |seed
pR |UV |get_hash_seed
: Used in doio.c, pp_hot.c, pp_sys.c
p |void |report_evil_fh |NULLOK const GV *gv|NULLOK const IO *io|I32 op
+: Used in doio.c, pp_hot.c, pp_sys.c
+p |void |report_wrongway_fh|NULLOK const GV *gv|const char have
: Used in mg.c, pp.c, pp_hot.c, regcomp.c
XEpd |void |report_uninit |NULLOK const SV *uninit_sv
Apd |void |warn_sv |NN SV *baseex