diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-10-23 07:14:31 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-10-23 07:14:31 +0000 |
commit | dd543abdebf8888077ea7d03190b8e7cc2faa043 (patch) | |
tree | 1929b7af45430368ac533fc30cadcc5336626545 /devel/hs-tclhaskell-ghc/files | |
parent | 47ea4fc185e073bccdf2e92cc14ffcd81f70cff6 (diff) | |
download | ports-dd543abdebf8888077ea7d03190b8e7cc2faa043.tar.gz ports-dd543abdebf8888077ea7d03190b8e7cc2faa043.zip |
Notes
Diffstat (limited to 'devel/hs-tclhaskell-ghc/files')
-rw-r--r-- | devel/hs-tclhaskell-ghc/files/patch-TclPrimGhc.hs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/hs-tclhaskell-ghc/files/patch-TclPrimGhc.hs b/devel/hs-tclhaskell-ghc/files/patch-TclPrimGhc.hs index bc183fc496a2..02896d98da44 100644 --- a/devel/hs-tclhaskell-ghc/files/patch-TclPrimGhc.hs +++ b/devel/hs-tclhaskell-ghc/files/patch-TclPrimGhc.hs @@ -1,11 +1,11 @@ ---- TclPrimGhc.hs.orig Tue Oct 21 17:29:21 2003 -+++ TclPrimGhc.hs Tue Oct 21 17:29:43 2003 +--- TclPrimGhc.hs.orig Fri Feb 23 13:23:23 2001 ++++ TclPrimGhc.hs Thu Oct 23 09:11:54 2003 @@ -42,7 +42,7 @@ - writeElt pstr 0 str - return pstr - where -- len = Word.intToWord32 (length str + 1) -+ len = fromIntegral (length str + 1) - - writeElt addr n [] = writeCharOffAddr addr n '\0' - writeElt addr n (v :vs) = do + writeElt pstr 0 str
+ return pstr
+ where
+- len = Word.intToWord32 (length str + 1)
++ len = fromIntegral (length str + 1)
+
+ writeElt addr n [] = writeCharOffAddr addr n '\0'
+ writeElt addr n (v :vs) = do
|