This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add some code comments for the users of delimcpy()
authorDavid Mitchell <davem@iabyn.com>
Fri, 26 Aug 2016 11:10:58 +0000 (12:10 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Sep 2016 20:00:16 +0000 (21:00 +0100)
commit70b484a838d68bb87a6e0bfb2d8f6575ae47b8fd
treeb6ced93a3260d9cf11a100e395e218bc3cec7e1a
parent19e1655416b3c03817d6123958721515e146fc9f
add some code comments for the users of delimcpy()

While fixing delimcpy(), I found that it wasn't always clear what its
callers did, so I've added some extra code comments.

also add a balancing '}' in a comment block to help editors that
jump between matching brackets.
mg.c
toke.c