From: Malcolm.Wallace@cs.york.ac.uk Date: Wed, 27 Jun 2007 10:39:23 +0000 (+0000) Subject: Avoid using C comments in Haskell code :-) X-Git-Tag: 2007-09-13~10 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=8a2b8790502da776df1486e7b366c68f33b1722f Avoid using C comments in Haskell code :-) --- 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__ */