cvs commit: hugs98/src HsFFI.h storage.c

Alastair Reid reid@glass.cse.ogi.edu
Fri, 29 Nov 2002 05:05:44 -0800


reid        2002/11/29 05:05:43 PST

  Modified files:
    src                  HsFFI.h storage.c 
  Log:
  More to keep Sun's C compiler happy:
  
  - Don't put any tokens at end of a #ifdef line.  e.g., don't write this:
  
     #ifndef Args  /* hack hack */
  
    What a sucky language ANSI C is...
  
  - Cast CFinalizer to Pointer when passing to mkPtr.  Sheesh!
  
  Revision  Changes    Path
  1.10      +1 -1      hugs98/src/HsFFI.h
  1.58      +3 -3      hugs98/src/storage.c