This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document various CopFILEfoo functions
[perl5.git] / embed.fnc
index 3eb6dc7..ff98258 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -3660,4 +3660,8 @@ XEop      |void   |dtrace_probe_phase|enum perl_phase phase
 
 XEop   |STRLEN*|dup_warnings   |NULLOK STRLEN* warnings
 
+#ifndef USE_ITHREADS
+Amd    |void   |CopFILEGV_set  |NN COP * c|NN GV * gv
+#endif
+
 : ex: set ts=8 sts=4 sw=4 noet: