Skip to content
Snippets Groups Projects
Commit c4ab98e0 authored by sof's avatar sof
Browse files

[project @ 1999-10-01 08:41:06 by sof]

avoid giving 'sub's empty parameter lists
parent 16e8017c
No related merge requests found
......@@ -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) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment