[project @ 1998-03-11 14:26:23 by simonm]
authorsimonm <unknown>
Wed, 11 Mar 1998 14:26:23 +0000 (14:26 +0000)
committersimonm <unknown>
Wed, 11 Mar 1998 14:26:23 +0000 (14:26 +0000)
commit3c8de5a6f6fe71efdce5559165283a9b9daf2d85
tree6bc678a36982f5fda78bbaf2313f836ed3282762
parent6d677c133485dc5eb3675f8d52f5d3ea88f2702a
[project @ 1998-03-11 14:26:23 by simonm]
- move SIZEOF checks together (previous commit added SIZEOF checks to
   a different part of the file).

 - check alignment of longs:  unsigned ints are no good, because we need to
   check whether f.e. a float can be put on the stack, which is
   StgWord aligned, and currently an StgWord is basically a long.
configure.in