[project @ 1998-02-24 16:14:55 by sof]
authorsof <unknown>
Tue, 24 Feb 1998 16:14:55 +0000 (16:14 +0000)
committersof <unknown>
Tue, 24 Feb 1998 16:14:55 +0000 (16:14 +0000)
inserted missing semicolon

ghc/utils/hstags/hstags.prl

index 2b83700..70a98c7 100644 (file)
@@ -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";