This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor S_usage() to take 0 parameters and exit directly().
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Nov 2011 20:28:27 +0000 (21:28 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 4 Dec 2011 12:01:52 +0000 (13:01 +0100)
commitb6f82619da63473c236f7d338cafcc1bfd4bafe3
tree39ec9b2e7fbf818aa3239fcd237c0ba49039ad16
parent08ad9465eddc2d08165efd8d3767520c6897b2fe
Refactor S_usage() to take 0 parameters and exit directly().

This simplifies the code, as it's only called from one spot, in
Perl_moreswitches().
embed.fnc
embed.h
perl.c
proto.h