home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / bits / endian.ph < prev    next >
Encoding:
Text File  |  2009-06-26  |  242 b   |  12 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_ENDIAN_H)) {
  6.     die("Never use <bits/endian.h> directly; include <endian.h> instead.");
  7. }
  8. unless(defined(&__BYTE_ORDER)) {
  9.     sub __BYTE_ORDER () {     &__LITTLE_ENDIAN;}
  10. }
  11. 1;
  12.