From: sof Date: Fri, 1 Oct 1999 08:41:06 +0000 (+0000) Subject: [project @ 1999-10-01 08:41:06 by sof] X-Git-Tag: Approximately_9120_patches~5737 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c4ab98e065735814640f716ceba15ed040d1800e;p=ghc-hetmet.git [project @ 1999-10-01 08:41:06 by sof] avoid giving 'sub's empty parameter lists --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 70ed08e..99baf9f 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1821,7 +1821,7 @@ Invoke the 'linker' - either the standard linker or the one used to build a (Win32) DLL. \begin{code} -sub runLinker() +sub runLinker { local($libdirs) = ''; @@ -1944,7 +1944,7 @@ EOSCRIPT2 } } -sub createWin32DLL() +sub createWin32DLL { local ($libdirs); @@ -1988,7 +1988,7 @@ sub createWin32DLL() &run_something($to_do, 'DLL creator'); } -sub prepareWin32DllLink () +sub prepareWin32DllLink { local($linking_main) = @_;