From 8a2b8790502da776df1486e7b366c68f33b1722f Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Wed, 27 Jun 2007 10:39:23 +0000 Subject: [PATCH] Avoid using C comments in Haskell code :-) --- System/Directory.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Directory.hs b/System/Directory.hs index 1d63bde..364f083 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -875,7 +875,7 @@ foreign import ccall unsafe "__hscore_long_path_size" #else long_path_size :: Int -long_path_size = 2048 /* guess? */ +long_path_size = 2048 -- // guess? #endif /* __GLASGOW_HASKELL__ */ -- 1.7.10.4