From: simonmar Date: Fri, 25 Nov 2005 09:25:08 +0000 (+0000) Subject: [project @ 2005-11-25 09:25:08 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~15 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=25a78b691c8070833f3f9ff88a81c442267d5667;p=ghc-hetmet.git [project @ 2005-11-25 09:25:08 by simonmar] object files don't use the .obj suffix on Windows. --- diff --git a/ghc/docs/users_guide/separate_compilation.xml b/ghc/docs/users_guide/separate_compilation.xml index fc44fe6..21490b1 100644 --- a/ghc/docs/users_guide/separate_compilation.xml +++ b/ghc/docs/users_guide/separate_compilation.xml @@ -55,8 +55,8 @@ an interface file. The object file, which normally ends in a - .o suffix (or .obj if - you're on Windows), contains the compiled code for the module. + .o suffix, contains the compiled code for the + module. The interface file, which normally ends in a .hi suffix, contains