diff options
author | karl williamson (via RT) <perlbug-followup@perl.org> | 2010-08-18 11:33:36 -0700 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-08-25 15:06:04 +0100 |
commit | 693853b133edc1e3f92d144d587179879b3c6d43 (patch) | |
tree | 2827a6418477dbf33a6cc5ee588119457db8658e /embed.fnc | |
parent | b6f69667e9b9466096437291bd5899e1a182f09c (diff) | |
download | perl-693853b133edc1e3f92d144d587179879b3c6d43.tar.gz |
Mark regcurly as experimental
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.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |