diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index ed2ef72e216..fa47ee3a5db 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3869,13 +3869,12 @@ do_spec_1 (spec, inswitch, soft_matched_part) char *x = (char *) alloca (strlen (name) * 2 + 1); char *buf = x; char *y = name; + int flag = 0; /* Copy all of NAME into BUF, but put __ after every -D and at the end of each arg, */ while (1) { - int flag; - if (! strncmp (y, "-D", 2)) { *x++ = '-'; |