diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-22 22:02:16 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-22 22:02:16 +0000 |
commit | b1a9ff83ec06ce09e7954014c562782edbca250a (patch) | |
tree | d48c115c626bc1be9e16db74afd070b025a875ce /gcc/cppspec.c | |
parent | b87d7646dd59c2af0141f5a66995c013e6c636d5 (diff) | |
download | gcc-b1a9ff83ec06ce09e7954014c562782edbca250a.tar.gz |
* cpperror.c: Fix formatting.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* cppmain.c: Likewise.
* cppspec.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53751 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppspec.c')
-rw-r--r-- | gcc/cppspec.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cppspec.c b/gcc/cppspec.c index 5f787d61c8d..ee19b722635 100644 --- a/gcc/cppspec.c +++ b/gcc/cppspec.c @@ -90,7 +90,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) /* Have we seen an input file? */ int seen_input = 0; - + /* Positions to insert -xc, -xassembler-with-cpp, and -o, if necessary. 0 means unnecessary. */ int lang_c_here = 0; @@ -99,7 +99,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) /* Do we need to fix up an input file with an unrecognized suffix? */ int need_fixups = 1; - + int i, j, quote = 0; const char **new_argv; int new_argc; @@ -117,7 +117,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) quote = 0; continue; } - + if (argv[i][0] == '-') { if (argv[i][1] == '\0') @@ -228,7 +228,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) new_argv[j] = NULL; *in_argc = new_argc; *in_argv = new_argv; -} +} /* Called before linking. Returns 0 on success and -1 on failure. */ int lang_specific_pre_link () |