From: Jens-Ulrik P. <ju...@us...> - 2004-11-26 15:08:20
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/c2hs/toplevel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4281/tools/c2hs/toplevel Modified Files: Main.hs Log Message: * Makefile.am (EXTRA_DIST): Include Signal.chs-boot*, gtkmarshal.list, hierarchy.list and c2hs_config.h in tarball. * configure.ac: Output mk/config.mk. * tools/c2hs/toplevel/Main.hs: Fix spelling of finish. Index: Main.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/c2hs/toplevel/Main.hs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Main.hs 21 Nov 2004 21:05:42 -0000 1.1 +++ Main.hs 26 Nov 2004 15:08:10 -0000 1.2 @@ -645,7 +645,7 @@ -- save the attributed C to disk -- liftIO $ putBinFileWithDict preCompFile (WithNameSupply cheader) - printElapsedTime "finnished serialising header" + printElapsedTime "finished serialising header" -- -- remove the pre-processed header -- @@ -653,7 +653,7 @@ unless keep $ removeFileCIO preprocFile - printElapsedTime "finnish" + printElapsedTime "finish" return () where tracePreproc cmd = putTraceStr tracePhasesSW $ @@ -700,7 +700,7 @@ dumpCHI hsFile chi -- different suffix will be appended -- CHS file did not contain C declarations, so return False - printElapsedTime "finnish" + printElapsedTime "finish" return False where traceCHSDump mod = do |