summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-08 15:12:30 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-08 16:58:10 +0100
commit2ccd9aae61c3a09fcad5c90b7b21eb45c9e640ae (patch)
tree0db8a27bd896492d565ed64f50c38ed2686aafc5
parenta2f871a29d6365cd9bb6b78aff1e44658f81cc1b (diff)
downloadperl-2ccd9aae61c3a09fcad5c90b7b21eb45c9e640ae.tar.gz
xs_version_bootcheck() is an implementation detail, rather than a public API.
XS_VERSION_BOOTCHECK() is the public API.
-rw-r--r--embed.fnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 6bdc12f221..bae3e4ab6e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2255,7 +2255,9 @@ Apo |void* |my_cxt_init |NN int *index|size_t size
#endif
#endif
-Apo |void |xs_version_bootcheck|U32 items|U32 ax|NN const char *xs_p \
+: This function is an implementation detail. The public API for this is
+: XS_VERSION_BOOTCHECK
+Xpo |void |xs_version_bootcheck|U32 items|U32 ax|NN const char *xs_p \
|STRLEN xs_len
#ifndef HAS_STRLCAT