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 / M35_error_no_object_file.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 1683 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M35_error_no_object_file.al)"
7sub M35_error_no_object_file {
8 my ($obj, $inl) = @_;
9 return <<END;
10There is no object file:
11 $obj
12
13For Inline validation file:
14 $inl
15
16This module should be reinstalled.
17
18END
19}
20
21# end of Inline::M35_error_no_object_file
221;