home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22066 < prev    next >
Encoding:
Text File  |  1993-01-24  |  744 b   |  22 lines

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!udel!darwin.sura.net!spool.mu.edu!hri.com!noc.near.net!transfer.stratus.com!redondo.sw.stratus.com!dswartz
  2. From: dswartz@redondo.sw.stratus.com (Dan Swartzendruber)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Question about bit manipulation
  5. Message-ID: <1judbfINN2kd@transfer.stratus.com>
  6. Date: 24 Jan 93 15:41:35 GMT
  7. References: <1993Jan24.023728.5051@afterlife.ncsc.mil>
  8. Organization: Stratus Computer, Software Engineering
  9. Lines: 10
  10. NNTP-Posting-Host: redondo.sw.stratus.com
  11.  
  12.  
  13. You're probably being bitten by Think C's default of 16-bit ints.  Note
  14. that it isn't enough (in the example you gave) you fix your project, you
  15. must fix ANSI as well...
  16.  
  17. -- 
  18.  
  19. #include <std_disclaimer.h>
  20.  
  21. Dan S.
  22.