summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-28 09:09:44 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-28 10:03:48 +0000
commit831e4cc39fb21ae91f3e1e38353c1f0efa8f6761 (patch)
tree487258c1a5325df67a5fe1536ae4583b943ca0f6 /embed.fnc
parent65820a288a7a8e6320b960e1ffcb1dc9577b9650 (diff)
downloadperl-831e4cc39fb21ae91f3e1e38353c1f0efa8f6761.tar.gz
Argument op to report_evil_fh() is always PL_op->op_type, 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 3aad10fb7a..ab957666cd 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|I32 op
+p |void |report_evil_fh |NULLOK const GV *gv
: 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