Codebase list libextutils-depends-perl / d15668c
let other languages than C benefit Ed J 3 years ago
1 changed file(s) with 0 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
151151
152152 sub Inline {
153153 my (\$class, \$lang) = \@_;
154 if (\$lang ne 'C') {
155 warn "Warning: Inline hints not available for \$lang language\n";
156 return;
157 }
158154 +{ map { (uc(\$_) => \$self->{\$_}) } qw(inc libs typemaps) };
159155 }
160156 EOT