summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorkarl williamson (via RT) <perlbug-followup@perl.org>2010-08-18 11:33:36 -0700
committerDavid Mitchell <davem@iabyn.com>2010-08-25 15:06:04 +0100
commit693853b133edc1e3f92d144d587179879b3c6d43 (patch)
tree2827a6418477dbf33a6cc5ee588119457db8658e /embed.fnc
parentb6f69667e9b9466096437291bd5899e1a182f09c (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 7c129b5773..63bbcd8940 100644
--- 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