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
/
bits
/
endian.ph
next >
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
|
242 b
|
12 lines
require '_h2ph_pre.ph';
no warnings 'redefine';
unless(defined(&_ENDIAN_H)) {
die("Never use <bits/endian.h> directly; include <endian.h> instead.");
}
unless(defined(&__BYTE_ORDER)) {
sub __BYTE_ORDER () { &__LITTLE_ENDIAN;}
}
1;