| Current Path : /proc/8644/root/proc/self/root/proc/self/root/usr/lib/perl/5.10/gnu/ | 
| Current File : //proc/8644/root/proc/self/root/proc/self/root/usr/lib/perl/5.10/gnu/stubs.ph | 
require '_h2ph_pre.ph';
no warnings qw(redefine misc);
require 'bits/wordsize.ph';
if((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 32) {
    require 'gnu/stubs-32.ph';
}
 elsif((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 64) {
    require 'gnu/stubs-64.ph';
} else {
    die("unexpected value for __WORDSIZE macro");
}
1;