Your IP : 216.73.216.224


Current Path : /lib/x86_64-linux-gnu/perl/5.30/linux/
Upload File :
Current File : //lib/x86_64-linux-gnu/perl/5.30/linux/stddef.ph

require '_h2ph_pre.ph';

no warnings qw(redefine misc);

unless(defined(&__always_inline)) {
    eval 'sub __always_inline () { &__inline__;}' unless defined(&__always_inline);
}
unless(defined(&__DECLARE_FLEX_ARRAY)) {
    sub __DECLARE_FLEX_ARRAY {
	my($TYPE, $NAME) = @_;
	eval q('struct struct' { 'struct struct' { }  &__empty_  $NAME; $TYPE $NAME->[]; });
    }
}
1;