diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-25 22:45:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-25 22:45:34 +0000 |
commit | 5cdc4e887c4f945f9ad5780d17851ee07949baed (patch) | |
tree | a82b92e282a01ffdaa73a0d164afbda3bdaca32a /embed.fnc | |
parent | 7087a21c096179886f18cec5311cc7e897850eef (diff) | |
download | perl-5cdc4e887c4f945f9ad5780d17851ee07949baed.tar.gz |
Add S_space_join_names_mortal() which joins a char** array with " "s,
replacing 5 instances of the same code.
p4raw-id: //depot/perl@27608
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1256,6 +1256,7 @@ s |int |emulate_eaccess|NN const char* path|Mode_t mode # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) sR |int |dooneliner |NN const char *cmd|NN const char *filename # endif +s |SV * |space_join_names_mortal|NN char *const *array #endif #if defined(PERL_IN_REGCOMP_C) || defined(PERL_DECL_PROT) |