home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / gnu / stubs.ph < prev   
Encoding:
Text File  |  2009-06-26  |  324 b   |  15 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. require 'bits/wordsize.ph';
  6. if((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 32) {
  7.     require 'gnu/stubs-32.ph';
  8. }
  9.  elsif((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 64) {
  10.     require 'gnu/stubs-64.ph';
  11. } else {
  12.     die("unexpected value for __WORDSIZE macro");
  13. }
  14. 1;
  15.