cvs commit: fptools/ghc/lib/std CPUTime.hsc

ken@glass.cse.ogi.edu ken@glass.cse.ogi.edu
Tue, 4 Sep 2001 21:03:15 -0700


ken         2001/09/04 21:03:15 PDT

  Modified files:
    ghc/lib/std          CPUTime.hsc 
  Log:
  Fix 32-bit assumption: CLong is not necessarily 32 bits.
  We want 32 bits for "tv_sec" and "tv_usec", not CLong.
  
  Revision  Changes    Path
  1.11      +5 -5      fptools/ghc/lib/std/CPUTime.hsc