diff options
author | sof <unknown> | 1998-02-18 09:27:46 +0000 |
---|---|---|
committer | sof <unknown> | 1998-02-18 09:27:46 +0000 |
commit | 31f7636abc39a5c75e791debf0547456ae1dc4bb (patch) | |
tree | 44dbbb7ba5593da24183feb1f3b86826afb3e168 | |
parent | 6d38b6e8c8f9d84638d6467e24c907c97238e5a6 (diff) | |
download | haskell-31f7636abc39a5c75e791debf0547456ae1dc4bb.tar.gz |
[project @ 1998-02-18 09:27:43 by sof]
inserted missing semicolons.
-rw-r--r-- | ghc/driver/ghc.lprl | 2 | ||||
-rw-r--r-- | 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 0c0cb1ea47..539205dcc7 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 5bec22260f..c7b548877a 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 = (); |