This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length,
authorNicholas Clark <nick@ccl4.org>
Fri, 20 Feb 2009 20:09:16 +0000 (20:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 20 Feb 2009 20:16:12 +0000 (20:16 +0000)
commite6a0bbf8b4e00dca6da011b9cb1d8c949b3bfa1e
tree4fb59c91c234617af3526425a3b8123c2c5a2bab
parentfd2c5c6c3907b40a30d10beb189791226562c647
Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length,
as we already know it, and use it in S_init_perllib() to save a strlen() in
S_incpush_use_sep().
12 files changed:
iperlsys.h
perl.c
win32/config_H.bc
win32/config_H.ce
win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64
win32/config_h.PL
win32/perlhost.h
win32/win32.c
win32/win32.h
win32/wince.c