From: simonmar Date: Thu, 12 Dec 2002 15:03:43 +0000 (+0000) Subject: [project @ 2002-12-12 15:03:42 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1352 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01774b0926834a3b9f6df288a617a747e1e67551;p=ghc-hetmet.git [project @ 2002-12-12 15:03:42 by simonmar] Sigh, I thought I could keep this file private to the RTS, but sadly it's needed in order to #include RtsFlags.h, and we advertise RtsFlags.h as a way to tweak flags through defaultsHook(). Oh well. --- diff --git a/ghc/rts/Rts.h b/ghc/includes/Rts.h similarity index 98% rename from ghc/rts/Rts.h rename to ghc/includes/Rts.h index e209a45..af2217c 100644 --- a/ghc/rts/Rts.h +++ b/ghc/includes/Rts.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id$ + * $Id: Rts.h,v 1.21 2002/12/12 15:03:42 simonmar Exp $ * * (c) The GHC Team, 1998-1999 *