This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re-implement MY_CXT API more efficiently, and add explicit
[perl5.git] / embed.fnc
index 46d12a2..5aed31e 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -1609,6 +1609,11 @@ Apnod    |int    |my_sprintf     |NN char *buffer|NN const char *pat|...
 
 px     |void   |my_clearenv
 
+#ifdef PERL_IMPLICIT_CONTEXT
+po     |void*  |my_cxt_init    |NN int *index|size_t size
+#endif
+
+
 END_EXTERN_C
 /*
  * ex: set ts=8 sts=4 sw=4 noet: