aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-25 14:36:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-25 14:36:40 +0000
commitea4b78487cb4fa983c3bfa1f921c3b04f2fded93 (patch)
tree5867ad91eef65934da4de107a8e9e80facc6cfd6 /gcc/defaults.h
parente75220c8ced33002009c5c9aa43a6db9015c9f50 (diff)
downloadgcc-ea4b78487cb4fa983c3bfa1f921c3b04f2fded93.zip
gcc-ea4b78487cb4fa983c3bfa1f921c3b04f2fded93.tar.gz
gcc-ea4b78487cb4fa983c3bfa1f921c3b04f2fded93.tar.bz2
c-typeck.c, [...]: Fix comment formatting.
* c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c, gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h, lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c, tree-ssa-pre.c, tree-vn.c, tree.h: Fix comment formatting. From-SVN: r88102
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index 013a74c..bdcefdb 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -248,7 +248,7 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
#define TARGET_WEAK_NOT_IN_ARCHIVE_TOC 0
#endif
-/* This determines whether or not we need linkonce unwind information */
+/* This determines whether or not we need linkonce unwind information. */
#ifndef TARGET_USES_WEAK_UNWIND_INFO
#define TARGET_USES_WEAK_UNWIND_INFO 0
#endif