Skip to content
  • Julian Seward's avatar
    [project @ 2001-09-05 15:15:33 by sewardj] · d08db632
    Julian Seward authored
    Fix 32-bit breakage.  Int32 is the wrong thing; CInt is probably
    right.  I assume that Alpha is LP64, so that on Alpha
       sizeof(int) = 32, sizeof(long) = 64
    and that these are both sized at 32 for 32-bit platforms.
    d08db632