This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move do_chomp() from pp.c to doop.c, and make it static.
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Dec 2010 12:56:12 +0000 (12:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Dec 2010 12:56:12 +0000 (12:56 +0000)
commit81745e4ea46c80112d1a0b69e99c8111889ce6d1
tree8908db476bdfee8077bb3a106ce6800875d91901
parentfa54efaecf052db2a7799ec4c2433eeb1576402e
Move do_chomp() from pp.c to doop.c, and make it static.

It was never part of the public API, and only ever used by pp_{s,}cho{,m}p.
doop.c
embed.fnc
embed.h
pp.c
proto.h