home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
perl
/
5.8.8
/
gnu
/
stubs.ph
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-07
|
316 b
|
15 lines
require '_h2ph_pre.ph';
no warnings 'redefine';
require 'bits/wordsize.ph';
if((defined(&__WORDSIZE) ? &__WORDSIZE : 0) == 32) {
require 'gnu/stubs-32.ph';
}
elsif((defined(&__WORDSIZE) ? &__WORDSIZE : 0) == 64) {
require 'gnu/stubs-64.ph';
} else {
die("unexpected value for __WORDSIZE macro");
}
1;