diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-17 23:24:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-17 23:27:07 +0000 |
commit | 50d61629dc7fe34f077b9f66c50287d839e06378 (patch) | |
tree | c2666e2a5df276f0327e46fe2ad9bfb0929ac8ad /embed.fnc | |
parent | 72533a49cbed2661d6c2811089631bb401aef2c7 (diff) | |
download | perl-50d61629dc7fe34f077b9f66c50287d839e06378.tar.gz |
Pass the length of the string to S_incpush_use_sep(), where known.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1475,7 +1475,7 @@ s |void |find_beginning |NN SV* linestr_sv|NN PerlIO *rsfp s |void |forbid_setid |const char flag|const bool suidscript s |void |incpush |NULLOK const char *const dir|STRLEN len \ |U32 flags -s |void |incpush_use_sep|NN const char *p|U32 flags +s |void |incpush_use_sep|NN const char *p|STRLEN len|U32 flags s |void |init_interp s |void |init_ids s |void |init_main_stash |