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

[project @ 1998-02-24 16:14:55 by sof]

inserted missing semicolon
parent 569f35b5
No related merge requests found
......@@ -56,7 +56,7 @@ while ($ARGV[0] =~ /^-./) {
push(@Files, $_);
}
$ghc_version_info = ${ProjectVersionInt}
$ghc_version_info = ${ProjectVersionInt};
$DoHsCpp = ( ! $DoCpp ) ? 'cat'
: "$HsCpp -D__HASKELL1__=2 -D__GLASGOW_HASKELL__=$ghc_version_info $Cpp_opts";
......
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