Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / auto / Inline / M48_usage_shortcuts.al
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Inline.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Inline;
5
6#line 1791 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M48_usage_shortcuts.al)"
7sub M48_usage_shortcuts {
8 my ($shortcut) = @_;
9 return <<END;
10Invalid shortcut '$shortcut' specified.
11
12Valid shortcuts are:
13 VERSION, INFO, FORCE, NOCLEAN, CLEAN, UNTAINT, SAFE, UNSAFE,
14 GLOBAL, NOISY and REPORTBUG
15
16END
17}
18
19# end of Inline::M48_usage_shortcuts
201;