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 / asm / termbits.ph < prev    next >
Encoding:
Text File  |  2006-07-07  |  309 b   |  14 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&__i386STUB__TERMBITS_H__)) {
  6.     eval 'sub __i386STUB__TERMBITS_H__ () {1;}' unless defined(&__i386STUB__TERMBITS_H__);
  7.     if(defined(&__x86_64__)) {
  8.     require 'asm-x86_64/termbits.ph';
  9.     } else {
  10.     require 'asm-i386/termbits.ph';
  11.     }
  12. }
  13. 1;
  14.