aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-09 14:03:13 +0000
committerKazu Hirata <kazu@hxi.com>2001-10-09 14:03:13 +0000
commit345799001022129bd2f4a7a946d30a7fdf054799 (patch)
tree2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/diagnostic.h
parent03a974ae8177fee91a9d53bf05fe0b77680728a6 (diff)
* c-common.h: Fix comment formatting.
* c-dump.c: Likewise. * cfg.c: Likewise. * diagnostic.h: Likewise. * except.c: Likewise. * gcc.h: Likewise. * gcov-io.h: Likewise. * genattrtab.c: Likewise. * output.h: Likewise. * predict.h: Likewise. * reload1.c: Likewise. * reload.h: Likewise. * resource.h: Likewise. * scan.h: Likewise. * system.h: Likewise. * tree.h: Likewise. * tree-inline.c: Likewise. * tsystem.h: Likewise. * varasm.c: Likewise. * xcoffout.h: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@46122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r--gcc/diagnostic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index 648680d7f96..4105e0acbfe 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -55,7 +55,7 @@ typedef enum
/* The type of front-end specific hook that formats trees into an
output_buffer. A language specific printer returns a truth value if
- everything goes well. */
+ everything goes well. */
typedef int (*printer_fn) PARAMS ((output_buffer *));
/* This data structure encapsulates an output_buffer's state. */
@@ -69,7 +69,7 @@ typedef struct
int maximum_length;
/* The ideal upper bound of number of characters per line, as suggested
- by front-end. */
+ by front-end. */
int ideal_maximum_length;
/* Indentation count. */
@@ -234,7 +234,7 @@ struct diagnostic_context
((output_buffer *)(DC))->state.prefixing_rule
/* Maximum characters per line in automatic line wrapping mode.
- Zero means don't wrap lines. */
+ Zero means don't wrap lines. */
#define diagnostic_line_cutoff(DC) \
((output_buffer *)(DC))->state.ideal_maximum_length