From: sof Date: Tue, 24 Feb 1998 16:14:55 +0000 (+0000) Subject: [project @ 1998-02-24 16:14:55 by sof] X-Git-Tag: Approx_2487_patches~922 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5f120df1dd80327e4fb8492d20d45aa98f9cf7ee;p=ghc-hetmet.git [project @ 1998-02-24 16:14:55 by sof] inserted missing semicolon --- diff --git a/ghc/utils/hstags/hstags.prl b/ghc/utils/hstags/hstags.prl index 2b83700..70a98c7 100644 --- a/ghc/utils/hstags/hstags.prl +++ b/ghc/utils/hstags/hstags.prl @@ -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";