From 31f7636abc39a5c75e791debf0547456ae1dc4bb Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 18 Feb 1998 09:27:46 +0000 Subject: [PATCH] [project @ 1998-02-18 09:27:43 by sof] inserted missing semicolons. --- ghc/driver/ghc.lprl | 2 +- ghc/utils/mkdependHS/mkdependHS.prl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 0c0cb1e..539205d 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -379,7 +379,7 @@ require special handling. # We need to look in ghc/ and glaExts/ when searching for implicitly needed .hi files, but # we should really *not* look there for explicitly imported modules. -$GhcVersionInfo = $ProjectVersionInt +$GhcVersionInfo = $ProjectVersionInt; $Haskell1Version = 4; # i.e., Haskell 1.4 @Cpp_define = (); diff --git a/ghc/utils/mkdependHS/mkdependHS.prl b/ghc/utils/mkdependHS/mkdependHS.prl index 5bec222..c7b5488 100644 --- a/ghc/utils/mkdependHS/mkdependHS.prl +++ b/ghc/utils/mkdependHS/mkdependHS.prl @@ -87,7 +87,7 @@ $Begin_magic_str = "# DO NOT DELETE: Beginning of Haskell dependencies\n"; $End_magic_str = "# DO NOT DELETE: End of Haskell dependencies\n"; @Obj_suffix = ("o"); @File_suffix = (); -$ghc_version_info = ${ProjectVersionInt} +$ghc_version_info = ${ProjectVersionInt}; $Import_dirs = '.'; %Syslibs = (); -- 1.7.10.4