]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Another test commit.
authorJulian Seward <jseward@acm.org>
Thu, 1 Apr 2004 21:46:34 +0000 (21:46 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 1 Apr 2004 21:46:34 +0000 (21:46 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@9

VEX/Linker.hs

index 28d9f104e49d0ada65720ff69ffe76f8a9f70f08..f0a954fa8d8c0ea944eb6e35265854ead399f9e0 100644 (file)
@@ -15,7 +15,6 @@ foreign import ccall "linker_top_level_ADD"
 foreign import ccall "linker_top_level_LINK"
                      linker_top_level_LINK :: IO (Ptr ())
 
-
 linkObjects :: [String] -> IO (Ptr ())
 linkObjects objs
    = do linker_top_level_INIT