aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppspec.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 17:57:27 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 17:57:27 +0000
commit2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe (patch)
tree86574f9925b42a9611cf138f95cf23040f8ab07f /gcc/cppspec.c
parent2926d140e3eb8b89a785cf65ad9c62021c321f58 (diff)
* alias.c: Fix comment formatting.
* bitmap.c: Likewise. * builtins.c: Likewise. * calls.c: Likewise. * c-common.c: Likewise. * c-decl.c: Likewise. * c-dump.c: Likewise. * c-lex.c: Likewise. * collect2.c: Likewise. * combine.c: Likewise. * conflict.c: Likewise. * cppfiles.c: Likewise. * cppinit.c: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * cppspec.c: Likewise. * c-pragma.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * cselib.c: Likewise. * c-semantics.c: Likewise. * c-typeck.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44547 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppspec.c')
-rw-r--r--gcc/cppspec.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/cppspec.c b/gcc/cppspec.c
index e5ad4e4f55f..6fdb3a554b8 100644
--- a/gcc/cppspec.c
+++ b/gcc/cppspec.c
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
are errors. It defaults to -x c for files with unrecognized
extensions, unless -x options appear in argv, in which case we
assume the user knows what they're doing. If no explicit input is
- mentioned, it will read stdin. */
+ mentioned, it will read stdin. */
/* Snarfed from gcc.c: */
@@ -69,7 +69,7 @@ static const char *const known_suffixes[] =
NULL
};
-/* Filter argc and argv before processing by the gcc driver proper. */
+/* Filter argc and argv before processing by the gcc driver proper. */
void
lang_specific_driver (in_argc, in_argv, in_added_libraries)
int *in_argc;
@@ -92,7 +92,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
int seen_input = 0;
/* Positions to insert -xc, -xassembler-with-cpp, and -o, if necessary.
- 0 means unnecessary. */
+ 0 means unnecessary. */
int lang_c_here = 0;
int lang_S_here = 0;
int o_here = 0;
@@ -227,11 +227,11 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
*in_argv = new_argv;
}
-/* Called before linking. Returns 0 on success and -1 on failure. */
+/* Called before linking. Returns 0 on success and -1 on failure. */
int lang_specific_pre_link ()
{
- return 0; /* Not used for cpp. */
+ return 0; /* Not used for cpp. */
}
-/* Number of extra output files that lang_specific_pre_link may generate. */
-int lang_specific_extra_outfiles = 0; /* Not used for cpp. */
+/* Number of extra output files that lang_specific_pre_link may generate. */
+int lang_specific_extra_outfiles = 0; /* Not used for cpp. */