diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-12 22:49:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-12 22:49:48 +0000 |
commit | 4ed432168c0acd8e572f3994ff906468954d4e1c (patch) | |
tree | c1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/toplev.c | |
parent | 0c6a2903e58fff129d796e670226decdcd988dd6 (diff) | |
download | gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.zip gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.gz gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.bz2 |
c-format.c: Fix comment formatting.
* c-format.c: Fix comment formatting.
* c-typeck.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* gcov-io.h: Likewise.
* toplev.c: Likewise.
From-SVN: r69276
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 0369489..da18f92 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -465,7 +465,7 @@ int mem_report = 0; and to print them when we are done. */ int flag_detailed_statistics = 0; -/* A random sequence of characters, unless overridden by user. */ +/* A random sequence of characters, unless overridden by user. */ const char *flag_random_seed; /* A local time stamp derived from the time of compilation. It will be |