diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-28 08:56:36 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-28 10:03:38 +0000 |
commit | 65820a288a7a8e6320b960e1ffcb1dc9577b9650 (patch) | |
tree | a54299536df38c3d0ae89cf1a257cc09e6efb923 /embed.fnc | |
parent | a53904572d7a4d49d78b8fb0a3c739b451faad7e (diff) | |
download | perl-65820a288a7a8e6320b960e1ffcb1dc9577b9650.tar.gz |
The io argument to report_evil_fh() is always GvIO(gv), so need not be passed.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1343,7 +1343,7 @@ Ap |U32 |seed : Only used in perl.c 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 +p |void |report_evil_fh |NULLOK const GV *gv|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 |