aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-29 13:53:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-29 13:53:12 +0000
commitf9da50645221cfa880519542a1c5e37c53837bef (patch)
tree096f08da7ff43d0c89a0ae297b1089589ba63a46 /gcc/gcc.c
parent329d586fe57ac58fb541855cf8e329b9f5cb5cff (diff)
downloadgcc-f9da50645221cfa880519542a1c5e37c53837bef.zip
gcc-f9da50645221cfa880519542a1c5e37c53837bef.tar.gz
gcc-f9da50645221cfa880519542a1c5e37c53837bef.tar.bz2
alloc-pool.c: Fix comment formatting.
* alloc-pool.c: Fix comment formatting. * bitmap.c: Likewise. * bitmap.h: Likewise. * bt-load.c: Likewise. * builtins.c: Likewise. * caller-save.c: Likewise. * cfganal.c: Likewise. * cfgrtl.c: Likewise. * collect2.c: Likewise. * cse.c: Likewise. * df.c: Likewise. * diagnostic.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * final.c: Likewise. * flags.h: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * genautomata.c: Likewise. * libgcov.c: Likewise. * mips-tfile.c: Likewise. * optabs.c: Likewise. * prefix.c: Likewise. * rtlanal.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. * vmsdbgout.c: Likewise. From-SVN: r68672
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index df32051..110495f 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -968,7 +968,7 @@ static const struct compiler default_compilers[] =
, 0},
#include "specs.h"
- /* Mark end of table */
+ /* Mark end of table. */
{0, 0, 0}
};
@@ -2593,7 +2593,7 @@ add_prefix (pprefix, prefix, component, priority, require_machine_suffix,
prev = &(*prev)->next)
;
- /* Keep track of the longest prefix */
+ /* Keep track of the longest prefix. */
prefix = update_path (prefix, component);
len = strlen (prefix);
@@ -2609,7 +2609,7 @@ add_prefix (pprefix, prefix, component, priority, require_machine_suffix,
if (warn)
*warn = 0;
- /* Insert after PREV */
+ /* Insert after PREV. */
pl->next = (*prev);
(*prev) = pl;
}
@@ -6636,7 +6636,7 @@ pfatal_pexecute (errmsg_fmt, errmsg_arg)
pfatal_with_name (errmsg_fmt);
}
-/* Output an error message and exit */
+/* Output an error message and exit. */
void
fancy_abort ()
@@ -6644,7 +6644,7 @@ fancy_abort ()
fatal ("internal gcc abort");
}
-/* Output an error message and exit */
+/* Output an error message and exit. */
void
fatal (const char *msgid, ...)