[project @ 1998-02-18 09:27:43 by sof]
authorsof <unknown>
Wed, 18 Feb 1998 09:27:46 +0000 (09:27 +0000)
committersof <unknown>
Wed, 18 Feb 1998 09:27:46 +0000 (09:27 +0000)
inserted missing semicolons.

ghc/driver/ghc.lprl
ghc/utils/mkdependHS/mkdependHS.prl

index 0c0cb1e..539205d 100644 (file)
@@ -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     = ();
 
index 5bec222..c7b5488 100644 (file)
@@ -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 = ();