From: sof Date: Sat, 23 Jan 1999 17:52:21 +0000 (+0000) Subject: [project @ 1999-01-23 17:52:21 by sof] X-Git-Tag: Approx_2487_patches~9 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d36d7322cd535f9951857c5cb80969c3d7ec3a02 [project @ 1999-01-23 17:52:21 by sof] docfix --- diff --git a/ghc/rts/RtsFlags.h b/ghc/rts/RtsFlags.h index ce6ba6d..a82ec51 100644 --- a/ghc/rts/RtsFlags.h +++ b/ghc/rts/RtsFlags.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.h,v 1.4 1999/01/19 15:07:55 simonm Exp $ + * $Id: RtsFlags.h,v 1.5 1999/01/23 17:52:21 sof Exp $ * * Datatypes that holds the command-line flag settings. * @@ -221,7 +221,7 @@ struct TICKY_FLAGS { struct RTS_FLAGS { struct GC_FLAGS GcFlags; - struct DEBUG_FLAGS DebugFlags; /* unused at present */ + struct DEBUG_FLAGS DebugFlags; struct CONCURRENT_FLAGS ConcFlags; #if defined(PROFILING) || defined(PAR)