projects
/
ghc-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fbf2a6
)
[project @ 2003-11-13 14:43:58 by ross]
author
ross
<unknown>
Thu, 13 Nov 2003 14:43:58 +0000
(14:43 +0000)
committer
ross
<unknown>
Thu, 13 Nov 2003 14:43:58 +0000
(14:43 +0000)
Hugs-only tweak
Foreign/Storable.hs
patch
|
blob
|
history
diff --git
a/Foreign/Storable.hs
b/Foreign/Storable.hs
index
4c56b7a
..
3b2823e
100644
(file)
--- a/
Foreign/Storable.hs
+++ b/
Foreign/Storable.hs
@@
-192,7
+192,7
@@
instance Storable (T) where { \
STORABLE(Char,SIZEOF_INT32,ALIGNMENT_INT32,
readWideCharOffPtr,writeWideCharOffPtr)
#elif defined(__HUGS__)
-STORABLE(Char,SIZEOF_CHAR,ALIGNMENT_HSCHAR,
+STORABLE(Char,SIZEOF_HSCHAR,ALIGNMENT_HSCHAR,
readCharOffPtr,writeCharOffPtr)
#endif