aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-11 12:43:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-11 12:43:43 +0000
commiteebedaa523a43bb45a54000c179e862fe9f32a13 (patch)
tree0a6c2fe46008d6816c9ccb0e2dbdd0a8f343664e /gcc/cpplib.h
parentfd079ba91c196e1d50a170409e6a23b74c852aab (diff)
downloadgcc-eebedaa523a43bb45a54000c179e862fe9f32a13.zip
gcc-eebedaa523a43bb45a54000c179e862fe9f32a13.tar.gz
gcc-eebedaa523a43bb45a54000c179e862fe9f32a13.tar.bz2
calls.c: Fix formatting.
* 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. From-SVN: r46182
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index b258c72..d9f5d98 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -211,7 +211,7 @@ struct cpp_options
/* Characters between tab stops. */
unsigned int tabstop;
- /* Pending options - -D, -U, -A, -I, -ixxx. */
+ /* Pending options - -D, -U, -A, -I, -ixxx. */
struct cpp_pending *pending;
/* File name which deps are being written to. This is 0 if deps are
@@ -273,7 +273,7 @@ struct cpp_options
generated files and not errors. */
unsigned char print_deps_missing_files;
- /* If true, fopen (deps_file, "a") else fopen (deps_file, "w"). */
+ /* If true, fopen (deps_file, "a") else fopen (deps_file, "w"). */
unsigned char print_deps_append;
/* Nonzero means print names of header files (-H). */
@@ -323,7 +323,7 @@ struct cpp_options
the source-file directory. */
unsigned char ignore_srcdir;
- /* Zero means dollar signs are punctuation. */
+ /* Zero means dollar signs are punctuation. */
unsigned char dollars_in_ident;
/* Nonzero means warn if undefined identifiers are evaluated in an #if. */
@@ -378,7 +378,7 @@ struct cpp_callbacks
};
#define CPP_FATAL_LIMIT 1000
-/* True if we have seen a "fatal" error. */
+/* True if we have seen a "fatal" error. */
#define CPP_FATAL_ERRORS(PFILE) (cpp_errors (PFILE) >= CPP_FATAL_LIMIT)
/* Name under which this program was invoked. */