This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename S_delimcpy() to S_delimcpy_intern()
authorDavid Mitchell <davem@iabyn.com>
Wed, 7 Sep 2016 19:57:01 +0000 (20:57 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Sep 2016 20:00:16 +0000 (21:00 +0100)
commit31ee10f11cbfafd3c6f5bfdeef5f0215f75a2833
tree76b6a7f856b964341adf01f48106e88e2995cceb
parent70b484a838d68bb87a6e0bfb2d8f6575ae47b8fd
rename S_delimcpy() to S_delimcpy_intern()

Its a bit confusing having both S_delimcpy() and Perl_delimcpy()
functions.
util.c