From 2a86ebc211c02271fa035f5834eb9f0b2e3bd6e5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 17 Jul 2003 08:59:03 +0000 Subject: [PATCH] [project @ 2003-07-17 08:59:03 by simonmar] Update comments to match reality. --- ghc/compiler/main/SysTools.lhs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index e5fafdd..576761b 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -833,12 +833,8 @@ interpreted a command line 'foo\baz' as 'foobaz'. ----------------------------------------------------------------------------- -- Convert filepath into platform / MSDOS form. --- platformPath does two things --- a) change '/' to '\' --- b) remove initial '/cygdrive/' - normalisePath :: String -> String --- Just change '\' to '/' +-- Just changes '\' to '/' pgmPath :: String -- Directory string in Unix format -> String -- Program name with no directory separators -- 1.7.10.4