This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract code into a function
authorKarl Williamson <khw@cpan.org>
Mon, 13 Feb 2017 20:18:38 +0000 (13:18 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 14 Feb 2017 04:24:09 +0000 (21:24 -0700)
commitc77da5ff879f4bc56ececd521148ca08ab8ce837
treef0295147fc884caeb60511da6c47c190827104b5
parentf88c646639aaa9f3f90a801fa3aa5d1ce27fd3c0
Extract code into a function

This creates a function in toke.c to output the compilation aborted
message, changing perl.c to call that function.  This is in preparation
for this to be called from a 2nd place
embed.fnc
embed.h
perl.c
pod/perldiag.pod
proto.h
toke.c