This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mark regcurly as experimental
authorkarl williamson (via RT) <perlbug-followup@perl.org>
Wed, 18 Aug 2010 18:33:36 +0000 (11:33 -0700)
committerDavid Mitchell <davem@iabyn.com>
Wed, 25 Aug 2010 14:06:04 +0000 (15:06 +0100)
Even though it isn't in the public API, some worry that we shouldn't
change it, as it's currently public, but may be made into an in-line
function known only to the two .c files that should call it.

embed.fnc

index 7c129b5..63bbcd8 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -165,7 +165,7 @@ npR |MEM_SIZE|malloc_good_size      |size_t nbytes
 
 AnpR   |void*  |get_context
 Anp    |void   |set_context    |NN void *t
-EXpRnP |I32    |regcurly       |NN const char *s
+EXpRnPM        |I32    |regcurly       |NN const char *s
 
 END_EXTERN_C