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
# NOTE: Derived from blib/lib/Inline.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Inline;
#line 1683 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M35_error_no_object_file.al)"
sub M35_error_no_object_file {
my ($obj, $inl) = @_;
return <<END;
There is no object file:
$obj
For Inline validation file:
$inl
This module should be reinstalled.
END
}
# end of Inline::M35_error_no_object_file
1;