summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-29 10:55:02 -0600
committerKarl Williamson <khw@cpan.org>2020-11-29 09:11:41 -0700
commitadd0fa588474394597ad4b9734b2d1646a7b225e (patch)
treec19a42f1e24aca3f32ab5b5426f79c7a4aca275d /proto.h
parentc2454cf4ab65969c7412dafa4c6fc9572a5fb5f9 (diff)
downloadperl-add0fa588474394597ad4b9734b2d1646a7b225e.tar.gz
Document various CopFILEfoo functions
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e886261db4..46ce0761d8 100644
--- a/proto.h
+++ b/proto.h
@@ -4483,6 +4483,10 @@ STATIC void S_validate_suid(pTHX_ PerlIO *rsfp);
assert(rsfp)
# endif
#endif
+#if !defined(USE_ITHREADS)
+/* PERL_CALLCONV void CopFILEGV_set(pTHX_ COP * c, GV * gv); */
+#define PERL_ARGS_ASSERT_COPFILEGV_SET
+#endif
#if !defined(UV_IS_QUAD)
# if defined(PERL_IN_UTF8_C)
STATIC int S_is_utf8_cp_above_31_bits(const U8 * const s, const U8 * const e, const bool consider_overlongs)