From 447442d1a13367a1510644e1eac2795c191fd9ea Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 27 Mar 2001 10:33:03 +0000 Subject: [PATCH] [project @ 2001-03-27 10:33:03 by simonmar] we don't have a default TopDir any more. --- ghc/compiler/main/DriverState.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index 0500b66..8aadde5 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.35 2001/03/23 16:36:20 simonmar Exp $ +-- $Id: DriverState.hs,v 1.36 2001/03/27 10:33:03 simonmar Exp $ -- -- Settings for the driver -- @@ -37,7 +37,7 @@ cHaskell1Version = "5" -- i.e., Haskell 98 -- Global compilation flags -- location of compiler-related files -GLOBAL_VAR(v_TopDir, clibdir, String) +GLOBAL_VAR(v_TopDir, error "no TOPDIR", String) -- Cpp-related flags v_Hs_source_cpp_opts = global -- 1.7.10.4