diff options
Diffstat (limited to 'ghc/rts/RtsFlags.h')
-rw-r--r-- | ghc/rts/RtsFlags.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/rts/RtsFlags.h b/ghc/rts/RtsFlags.h index 633f272994..12588dce62 100644 --- a/ghc/rts/RtsFlags.h +++ b/ghc/rts/RtsFlags.h @@ -1,5 +1,7 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.h,v 1.8 1999/01/27 16:41:16 simonm Exp $ + * $Id: RtsFlags.h,v 1.9 1999/02/05 16:02:50 simonm Exp $ + * + * (c) The GHC Team, 1998-1999 * * Datatypes that holds the command-line flag settings. * |