summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-28 08:56:36 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-28 10:03:38 +0000
commit65820a288a7a8e6320b960e1ffcb1dc9577b9650 (patch)
treea54299536df38c3d0ae89cf1a257cc09e6efb923 /embed.fnc
parenta53904572d7a4d49d78b8fb0a3c739b451faad7e (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index bd9c7a8042..3aad10fb7a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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