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 / M64_install_not_c.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 1939 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M64_install_not_c.al)"
7sub M64_install_not_c {
8 my ($lang) = @_;
9 return <<END;
10Invalid attempt to install an Inline module using the '$lang' language.
11
12Only C and CPP (C++) based modules are currently supported.
13
14END
15}
16
171;
18__END__
191;
20# end of Inline::M64_install_not_c