diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-28 07:55:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-28 08:35:37 +0000 |
commit | a53904572d7a4d49d78b8fb0a3c739b451faad7e (patch) | |
tree | 4876ce6df10668c49c0e7ea612c1c6abbddc4ae2 /embed.fnc | |
parent | 46d2cc544f36e7450798245748cda64959a6b884 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |