X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsFlags.c;h=6f6f2c57464d9669c0dd401f1242ac2083c0d4e6;hp=0f83b3356c3a23ba8bb7275f2196ef9fa4c3b1db;hb=f922f05eea61f167abda6fb53c179190f8cef118;hpb=a91cc8496bf4ea7fe1e3ad9d97836152f3939ffa diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 0f83b33..6f6f2c5 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -8,19 +8,6 @@ * * ---------------------------------------------------------------------------*/ -//@menu -//* Includes:: -//* Constants:: -//* Static function decls:: -//* Command-line option parsing routines:: -//* GranSim specific options:: -//* Aux fcts:: -//@end menu -//*/ - -//@node Includes, Constants -//@subsection Includes - #include "PosixSource.h" #include "Rts.h" #include "RtsFlags.h" @@ -48,9 +35,6 @@ char *prog_name = NULL; /* 'basename' of prog_argv[0] */ int rts_argc = 0; /* ditto */ char *rts_argv[MAX_RTS_ARGS]; -//@node Constants, Static function decls, Includes -//@subsection Constants - /* * constants, used later */ @@ -108,9 +92,6 @@ static char par_debug_opts_flags[] = { #endif /* PAR */ -//@node Static function decls, Command-line option parsing routines, Constants -//@subsection Static function decls - /* ----------------------------------------------------------------------------- Static function decls -------------------------------------------------------------------------- */ @@ -137,9 +118,6 @@ static void set_par_debug_options(nat n); static void help_par_debug_options(nat n); #endif -//@node Command-line option parsing routines, GranSim specific options, Static function decls -//@subsection Command-line option parsing routines - /* ----------------------------------------------------------------------------- * Command-line option parsing routines. * ---------------------------------------------------------------------------*/ @@ -1166,9 +1144,6 @@ error = rtsTrue; #if defined(GRAN) -//@node GranSim specific options, Aux fcts, Command-line option parsing routines -//@subsection GranSim specific options - static void enable_GranSimLight(void) { @@ -2140,9 +2115,6 @@ help_par_debug_options(nat n) { #endif /* PAR */ -//@node Aux fcts, , GranSim specific options -//@subsection Aux fcts - static void stats_fprintf(FILE *f, char *s, ...) {