summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 05:46:35 -0600
committerKarl Williamson <khw@cpan.org>2020-12-20 09:28:07 -0700
commit90df162eb2d430fdcd7cee9d6269ed70c4224c90 (patch)
treee26d2fc49c02943d32b2ec6c19d8136829c81dde /embed.fnc
parentdcb0f7c312e02aa1c22eedb5fd02a62922a9083b (diff)
downloadperl-90df162eb2d430fdcd7cee9d6269ed70c4224c90.tar.gz
embed.fnc: Mark moreswitches as Core only
This is an internal function used to parse command line options; there are no cpan uses.
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 425ff7a0aa..967def726a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1392,7 +1392,7 @@ S |void |move_proto_attr|NN OP **proto|NN OP **attrs \
#endif
: Used in op.c and pp_sys.c
p |int |mode_from_discipline|NULLOK const char* s|STRLEN len
-Ap |const char* |moreswitches |NN const char* s
+Cp |const char* |moreswitches |NN const char* s
Apd |NV |my_atof |NN const char *s
ATdpR |NV |my_strtod |NN const char * const s|NULLOK char ** e
Aprd |void |my_exit |U32 status