home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.20c < prev    next >
Text File  |  1990-03-19  |  731b  |  14 lines

  1.  * 03/19/90  D. Kirschbaum v2.0c
  2.  *              - Many problems with structures (since different machines
  3.  *                align words and longs differently, have different sizes
  4.  *                of words and longs, etc.
  5.  *                Fixing by reading our structures into a working
  6.  *                structure that's ALL bytes, and then processing each
  7.  *                and every bloody word and long into a separate structure
  8.  *                properly defined as words, longs, etc.
  9.  *                Define "NOTINT16" to make this happen.
  10.  *                (With that above define, it STILL compiles and runs fine
  11.  *                with Turbo C.)
  12.  *                NO idea what'll happen with "bigendian" processors!
  13.  *
  14.