This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Remove the allow_initial_tick hack from S_force_word.
authorBrian Fraser <fraserbn@gmail.com>
Tue, 26 Feb 2013 20:07:59 +0000 (17:07 -0300)
committerNicholas Clark <nick@ccl4.org>
Tue, 11 Jun 2013 13:03:47 +0000 (15:03 +0200)
commit345b3785326c7725d2f52bfa4a802d2428eb8a17
tree03f82d05c39b445034425b281e370205110145da
parent7196fc2f2d32b6d967837833bdf1bccf50f7f714
toke.c: Remove the allow_initial_tick hack from S_force_word.

Over the years, every caller which used this hack had it progressively
turned off. Prior to this commit, only one call remained, which
ostensibly handled this case:

format 'STDOUT = ...

However, turns out that even there it was superflous, since a scan_word
a dozen lines before will've already turned all ticks into double
colons.
embed.fnc
embed.h
proto.h
toke.c