debian-galaxy-a20e/rootfs/usr/lib/aarch64-linux-gnu/perl/5.36.0/asm-generic/int-ll64.ph

15 lines
311 B
Perl

require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_ASM_GENERIC_INT_LL64_H)) {
eval 'sub _ASM_GENERIC_INT_LL64_H () {1;}' unless defined(&_ASM_GENERIC_INT_LL64_H);
require 'asm/bitsperlong.ph';
unless(defined(&__ASSEMBLY__)) {
if(defined(&__GNUC__)) {
} else {
}
}
}
1;