Searched defs:Constant (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm1 package ExtUtils::Constant;
7 ExtUtils::Constant - generate XS code to import C header constants
11 use ExtUtils::Constant qw (WriteConstants);
21 ExtUtils::Constant facilitates generating C and XS wrapper code to allow
554 tie %spread, 'ExtUtils::Constant::Aaargh56Hash';
629 warn "ExtUtils::Constant doesn't know how to handle values of type $_" unless defined $XS_Constant{$_};
767 use ExtUtils::Constant qw (constant_types C_constant XS_constant);
936 tie %$items, 'ExtUtils::Constant::Aaargh56Hash';
971 warn "ExtUtils::Constant doesn't know how to handle values of type $_ used in macro $name" unless defined $XS_Constant{$item->{type}};
1327 ExtUtils::Constant
[all...]

Completed in 16 milliseconds