summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-11 12:43:43 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-11 12:43:43 +0000
commita7dce3810e3094934da73d4e79e49479716caf26 (patch)
tree0a6c2fe46008d6816c9ccb0e2dbdd0a8f343664e /gcc/diagnostic.h
parentee6de8cdd86616d041be6422161cdd380fc2af37 (diff)
downloadgcc-a7dce3810e3094934da73d4e79e49479716caf26.tar.gz
* calls.c: Fix formatting.
* c-decl.c: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * dwarf2out.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * ggc-page.c: Likewise. * integrate.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * sdbout.c: Likewise. * stmt.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r--gcc/diagnostic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index 4105e0acbfe..403941ca43f 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -61,7 +61,7 @@ typedef int (*printer_fn) PARAMS ((output_buffer *));
/* This data structure encapsulates an output_buffer's state. */
typedef struct
{
- /* The prefix for each new line. */
+ /* The prefix for each new line. */
const char *prefix;
/* The real upper bound of number of characters per line, taking into
@@ -191,7 +191,7 @@ struct diagnostic_context
*/
void (*begin_diagnostic) PARAMS ((output_buffer *, diagnostic_context *));
- /* This function is called after the diagnostic message is printed. */
+ /* This function is called after the diagnostic message is printed. */
void (*end_diagnostic) PARAMS ((output_buffer *, diagnostic_context *));
/* Hook for front-end extensions. */